Skip to content

Commit 7859edc

Browse files
committed
avoid shell pwd
1 parent 834eb5d commit 7859edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars.in

Lines 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)