mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
SCons: Build core's thirdparty code in own environment
Also move Zlib and Zstd's build instructions to core/SCsub.
This commit is contained in:
3
drivers/SCsub
vendored
3
drivers/SCsub
vendored
@@ -4,9 +4,6 @@ Import('env')
|
||||
|
||||
env.drivers_sources = []
|
||||
|
||||
if 'builtin_zlib' in env and env['builtin_zlib']:
|
||||
SConscript("zlib/SCsub")
|
||||
|
||||
# OS drivers
|
||||
SConscript('unix/SCsub')
|
||||
SConscript('windows/SCsub')
|
||||
|
||||
Reference in New Issue
Block a user