summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-01-31 01:26:17 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-31 10:25:58 -0500
commit0b9b895b8d188116bf902bdcfd77f336ee52866d (patch)
treec3a7c3b65a3b06a2cfdeca097767ad99acb00f43
parentbef44836119ef191422de21df8dd79f249fa7ea0 (diff)
current mingw actually calls libpthread libpthread
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 7fcbcff4c7..67ddaf46c9 100644
--- a/wscript
+++ b/wscript
@@ -677,7 +677,7 @@ def configure(conf):
conf.env.append_value('CFLAGS', '-DCOMPILER_MINGW')
conf.env.append_value('CXXFLAGS', '-DPLATFORM_WINDOWS')
conf.env.append_value('CXXFLAGS', '-DCOMPILER_MINGW')
- conf.env.append_value('LIB', 'pthreadGC2')
+ conf.env.append_value('LIB', 'pthread')
# needed for at least libsmf
conf.check_cc(function_name='htonl', header_name='winsock2.h', lib='ws2_32')
conf.env.append_value('LIB', 'ws2_32')