Skip to content

Commit

Permalink
Fix deprecation warnings from pthread (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored and jacob1 committed Oct 7, 2017
1 parent c0bb588 commit 7847a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript
Expand Up @@ -472,7 +472,7 @@ elif GetOption('release'):

if GetOption('static'):
if platform == "Windows":
env.Append(CPPDEFINES=['PTW32_STATIC_LIB'])
env.Append(CPPDEFINES=['_PTW32_STATIC_LIB'])
if msvc:
env.Append(CPPDEFINES=['ZLIB_WINAPI'])
else:
Expand Down

0 comments on commit 7847a3a

Please sign in to comment.