diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-05-24 14:46:28 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-05-24 14:46:28 +0200 |
commit | cdabc886f68c0a8e510c7795dcab9c192cb6b5c8 (patch) | |
tree | e6f888434c6a2c09ebc29c650e599ae74fcdb6ff /sc/Library_scfilt.mk | |
parent | 3aeecc525c76797801e9e2b24c2ebff6ac81adac (diff) |
Revert "Rename Boost libraries when built internally to match conventions"
This reverts commit 3aeecc525c76797801e9e2b24c2ebff6ac81adac.
Diffstat (limited to 'sc/Library_scfilt.mk')
-rw-r--r-- | sc/Library_scfilt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk index 209025ae4201..014b833e1c65 100644 --- a/sc/Library_scfilt.mk +++ b/sc/Library_scfilt.mk @@ -28,7 +28,7 @@ $(eval $(call gb_Library_use_custom_headers,scfilt,\ $(eval $(call gb_Library_use_externals,scfilt,\ boost_headers \ - boost_system \ + boostsystem \ mdds_headers \ )) |