revert 'Fix deprecation warnings from pthread (#510)' 7847a3ab11

not everyone will have the newer pthread and the deprecated define probably works on all versions of pthread
This commit is contained in:
jacob1 2017-10-07 17:45:28 -04:00
parent c52c2d7a6f
commit 940fa80047

View File

@ -473,7 +473,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: