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