diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-11-10 09:53:26 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-11-10 09:53:26 -0500 |
commit | de1030f2bc6609d8fe0a914f708fb6e1ede94af4 (patch) | |
tree | 097a8884abeeccb13fde3ab3deaf348fd7dbc2f6 /l10ntools/Executable_helpex.mk | |
parent | 3ab6409075e61dc9a1f20b58eb46ce2bda0c8176 (diff) |
l10ntools needs boost
Change-Id: Ie4b697b6549e300dcf8c0d788e6c9c0f50e677c2
Diffstat (limited to 'l10ntools/Executable_helpex.mk')
-rw-r--r-- | l10ntools/Executable_helpex.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l10ntools/Executable_helpex.mk b/l10ntools/Executable_helpex.mk index 470bd4c89d2c..f1d447c92bed 100644 --- a/l10ntools/Executable_helpex.mk +++ b/l10ntools/Executable_helpex.mk @@ -36,6 +36,7 @@ $(eval $(call gb_Executable_use_libraries,helpex,\ )) $(eval $(call gb_Executable_use_external,helpex,expat_utf8)) +$(eval $(call gb_Executable_use_unpacked,helpex,boost)) $(eval $(call gb_Executable_use_static_libraries,helpex,\ transex \ |