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 --- boost/Module_boost.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'boost') diff --git a/boost/Module_boost.mk b/boost/Module_boost.mk index cca44eacf99e..bb5116321f84 100644 --- a/boost/Module_boost.mk +++ b/boost/Module_boost.mk @@ -13,7 +13,15 @@ ifeq ($(SYSTEM_BOOST),NO) $(eval $(call gb_Module_add_targets,boost,\ StaticLibrary_boostdatetime \ +)) + +ifeq ($(OS),WNT) +$(eval $(call gb_Module_add_targets,boost,\ StaticLibrary_boostthread \ +)) +endif + +$(eval $(call gb_Module_add_targets,boost,\ UnpackedTarball_boost \ )) @@ -24,6 +32,6 @@ $(eval $(call gb_Module_add_targets,boost,\ )) endif -endif +endif # SYSTEM_BOOST # vim: set noet sw=4 ts=4: -- cgit