Fix deprecation warnings from pthread (#510)
This commit is contained in:
parent
c0bb5882b4
commit
7847a3ab11
@ -472,7 +472,7 @@ elif GetOption('release'):
|
|||||||
|
|
||||||
if GetOption('static'):
|
if GetOption('static'):
|
||||||
if platform == "Windows":
|
if platform == "Windows":
|
||||||
env.Append(CPPDEFINES=['PTW32_STATIC_LIB'])
|
env.Append(CPPDEFINES=['_PTW32_STATIC_LIB'])
|
||||||
if msvc:
|
if msvc:
|
||||||
env.Append(CPPDEFINES=['ZLIB_WINAPI'])
|
env.Append(CPPDEFINES=['ZLIB_WINAPI'])
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user