mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 11:56:49 +01:00
SCons: Fix X11 use_lld
fallback not being applied
This commit is contained in:
parent
a5381e1c18
commit
44c23ae9a5
@ -151,7 +151,7 @@ def configure(env):
|
||||
print("Can't specify both `use_lld=yes` and a non-default `linker`. Remove `use_lld=yes`.")
|
||||
sys.exit(255)
|
||||
print("The `use_lld=yes` option is deprecated, use `linker=lld` instead.")
|
||||
env["linker"] == "lld"
|
||||
env["linker"] = "lld"
|
||||
|
||||
if env["linker"] != "default":
|
||||
print("Using linker program: " + env["linker"])
|
||||
|
Loading…
Reference in New Issue
Block a user