diff options
Diffstat (limited to 'boost/StaticLibrary_boostthread.mk')
-rw-r--r-- | boost/StaticLibrary_boostthread.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/StaticLibrary_boostthread.mk b/boost/StaticLibrary_boostthread.mk index 3aa4859cbcbe..41b6765e2da3 100644 --- a/boost/StaticLibrary_boostthread.mk +++ b/boost/StaticLibrary_boostthread.mk @@ -16,7 +16,7 @@ $(eval $(call gb_StaticLibrary_add_defs,boostthread,\ -DBOOST_ALL_NO_LIB \ )) -$(eval $(call gb_StaticLibrary_use_unpacked,boostthread,boost)) +$(eval $(call gb_StaticLibrary_use_external,boostthread,boost_headers)) $(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,boostthread,cpp)) |