From 0454b737d3cb33f47d2aef899ee1d22a2bf60412 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 6 Sep 2012 15:10:19 -0400 Subject: Make boostthread windows only for now. Not sure if unix needs it since most folks build with system boost there. Change-Id: I49d02a682e6658f6e3c5a6ada480903567d8c436 --- RepositoryExternal.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'RepositoryExternal.mk') diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 9aa0188c7420..c99e4ea1a13f 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -326,8 +326,13 @@ else # !SYSTEM_BOOST $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ boostdatetime \ +)) + +ifeq ($(OS),WNT) +$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ boostthread \ )) +endif define gb_LinkTarget__use_boostdatetime $(call gb_LinkTarget_use_static_libraries,$(1),\ -- cgit