|
@@ -17,3 +17,5 @@ if env["tools"]:
|
|
|
# Using a define in the disabled case, to avoid having an extra define
|
|
|
# in regular builds where all modules are enabled.
|
|
|
env_gdscript.Append(CPPDEFINES=["GDSCRIPT_NO_LSP"])
|
|
|
+ # Also needed in main env to unexpose --lsp-port option.
|
|
|
+ env.Append(CPPDEFINES=["GDSCRIPT_NO_LSP"])
|