From 4ea380ecdfefe2b7f14737a72fc996ce0546393a Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 24 May 2013 19:29:09 +0300 Subject: [PATCH] The threads flag is more correct than specifying -lpthread directly --- Build | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Build b/Build index c01f693..2aa78db 100644 --- a/Build +++ b/Build @@ -4,12 +4,9 @@ package "mspcore" description "Mikkosoft Productions core library"; require "sigc++-2.0"; - if_arch "!windows" + build_info { - build_info - { - library "pthread"; - }; + threads true; }; if_arch "linux" { -- 2.43.0