1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

zlib: Split thirdparty files, simplify scons option

This commit is contained in:
Rémi Verschelde
2016-10-14 18:58:24 +02:00
parent 36738ddda4
commit cbf52606f4
36 changed files with 57 additions and 49 deletions

View File

@@ -34,7 +34,6 @@ def get_flags():
return [
('tools', 'no'),
('builtin_zlib', 'no'),
('openssl', 'builtin'), #use builtin openssl
]