disable pthread-w32 semaphores for now

Two major changes: semaphore AND callback based portaudio on one day
are not great for testing.
This commit is contained in:
Robin Gareus 2015-12-03 18:41:57 +01:00
parent 900f59dcde
commit 9a058672ab
1 changed files with 4 additions and 4 deletions

View File

@ -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')