diff options
Diffstat (limited to 'src/boost.mk')
-rw-r--r-- | src/boost.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk index d73379e..77bfb1b 100644 --- a/src/boost.mk +++ b/src/boost.mk @@ -67,7 +67,7 @@ define $(PKG)_BUILD '$(TARGET)-g++' \ -W -Wall -Werror -ansi -U__STRICT_ANSI__ -pedantic \ - '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-boost.exe' \ + '$(PWD)/src/$(PKG)-test.cpp' -o '$(PREFIX)/$(TARGET)/bin/test-boost.exe' \ -DBOOST_THREAD_USE_LIB \ -lboost_serialization-mt \ -lboost_thread_win32-mt \ |