mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-28 06:37:11 +01:00
Removed 2 lines that I thought would work.
This commit is contained in:
parent
d02d86aedc
commit
9731e52130
@ -31,11 +31,6 @@ sources = [
|
|||||||
"sqlite3_table_builder.cpp",
|
"sqlite3_table_builder.cpp",
|
||||||
]
|
]
|
||||||
|
|
||||||
# sqlite has a few warnings, disable werrors for this module for now
|
|
||||||
# it should be patched later.
|
|
||||||
if module_env["werror"]:
|
|
||||||
module_env["werror"] = False
|
|
||||||
|
|
||||||
if ARGUMENTS.get('custom_modules_shared', 'no') == 'yes':
|
if ARGUMENTS.get('custom_modules_shared', 'no') == 'yes':
|
||||||
# Shared lib compilation
|
# Shared lib compilation
|
||||||
module_env.Append(CCFLAGS=['-fPIC'])
|
module_env.Append(CCFLAGS=['-fPIC'])
|
||||||
|
Loading…
Reference in New Issue
Block a user