diff options
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r-- | sal/Library_sal.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index ffed51cc4586..237fe3f5cfb8 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -59,7 +59,9 @@ $(eval $(call gb_Library_use_libraries,sal,\ $(gb_UWINAPI) \ )) +ifneq ($(SYSTEM_BOOST),YES) $(eval $(call gb_Library_use_unpacked,sal,boost)) +endif $(eval $(call gb_Library_use_externals,sal,\ valgrind \ |