summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-12-03 18:41:57 +0100
committerRobin Gareus <robin@gareus.org>2015-12-03 18:41:57 +0100
commit9a058672ab74acbd9b0ac1e9a26ea5efd4a948c2 (patch)
treec803dc15dcf2e97fef3f0056c87d82fde358e6ca /wscript
parent900f59dcdedb06f6f3d0de40aaacdc1995df2a07 (diff)
disable pthread-w32 semaphores for now
Two major changes: semaphore AND callback based portaudio on one day are not great for testing.
Diffstat (limited to 'wscript')
-rw-r--r--wscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/wscript b/wscript
index d28739a134..03e88a9f0e 100644
--- a/wscript
+++ b/wscript
@@ -975,10 +975,10 @@ int main () { return 0; }
okmsg = 'Found',
errmsg = 'Not found, falling back to Windows Semaphore.')
- if have_ptw_semaphore:
- conf.define('USE_PTW32_SEMAPHORE', 1)
- conf.env.append_value('CFLAGS', '-DUSE_PTW32_SEMAPHORE')
- conf.env.append_value('CXXFLAGS', '-DUSE_PTW32_SEMAPHORE')
+ #if have_ptw_semaphore:
+ # conf.define('USE_PTW32_SEMAPHORE', 1)
+ # conf.env.append_value('CFLAGS', '-DUSE_PTW32_SEMAPHORE')
+ # conf.env.append_value('CXXFLAGS', '-DUSE_PTW32_SEMAPHORE')
if Options.options.dist_target == 'msvc':
conf.env.append_value('CFLAGS', '-DPLATFORM_WINDOWS')