mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-08 09:26:28 +02:00
Fix deprecation warnings from pthread (#510)
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user