Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7859edc

Browse filesBrowse files
committed
avoid shell pwd
1 parent 834eb5d commit 7859edc
Copy full SHA for 7859edc

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Makevars.in

Copy file name to clipboardExpand all lines: src/Makevars.in
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ ifeq ($(USE_TBB), Windows)
101101

102102
# Linker needs access to the tbb dll; otherwise you get errors such as:
103103
# "undefined reference to `tbb::task_scheduler_init::terminate()'"
104-
PKG_LIBS += -L$(shell pwd)/tbb/build/lib_release -ltbb -ltbbmalloc
104+
PKG_LIBS += -Ltbb/build/lib_release -ltbb -ltbbmalloc
105105

106106
endif
107107

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.