mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
Moved zlib to core.
This commit is contained in:
parent
f05996c037
commit
a7f6040e05
@ -66,7 +66,7 @@ env_thirdparty.add_source_files(thirdparty_obj, thirdparty_misc_sources)
|
||||
|
||||
# Zlib library, can be unbundled
|
||||
if env["builtin_zlib"]:
|
||||
thirdparty_zlib_dir = "#thirdparty/zlib/"
|
||||
thirdparty_zlib_dir = "thirdparty/zlib/"
|
||||
thirdparty_zlib_sources = [
|
||||
"adler32.c",
|
||||
"compress.c",
|
||||
|
@ -292,7 +292,7 @@ def generate_scu_files(verbose, is_release_build, env):
|
||||
"os", "string", "variant", "io", "crypto"])
|
||||
else:
|
||||
process_folder(["core", "bind", "config", "containers", "error", "input", "log", "math", "object",
|
||||
"os", "string", "variant", "io", "crypto", "crypto/mbedtls/library", "thirdparty/misc", "thirdparty/zstd"], [], 0, "cpp c")
|
||||
"os", "string", "variant", "io", "crypto", "crypto/mbedtls/library", "thirdparty/misc", "thirdparty/zstd", "thirdparty/zlib"], [], 0, "cpp c")
|
||||
|
||||
#process_folder(["drivers/gles2"], [], 0, "cpp c")
|
||||
#process_folder(["drivers/unix"], [], 0, "cpp c")
|
||||
|
Loading…
Reference in New Issue
Block a user