mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-26 13:47:12 +01:00
Fix build when the jsonrpc module is disabled.
This commit is contained in:
parent
db08e3c8b9
commit
d4d4a737fb
@ -16,4 +16,6 @@ if env["tools"]:
|
|||||||
else:
|
else:
|
||||||
# Using a define in the disabled case, to avoid having an extra define
|
# Using a define in the disabled case, to avoid having an extra define
|
||||||
# in regular builds where all modules are enabled.
|
# in regular builds where all modules are enabled.
|
||||||
env_gdscript.Append(CPPDEFINES=["GDSCRIPT_NO_LSP"])
|
env_gdscript.Append(CPPDEFINES=["GDSCRIPT_NO_LSP"])
|
||||||
|
# Also needed in main env to unexpose --lsp-port option.
|
||||||
|
env.Append(CPPDEFINES=["GDSCRIPT_NO_LSP"])
|
Loading…
Reference in New Issue
Block a user