1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Misc build system fixes

This commit is contained in:
Aaron Franke
2021-12-10 10:10:47 -06:00
parent 4f9b6d9a3f
commit 368c0bc0ac
8 changed files with 8 additions and 8 deletions

View File

@@ -161,7 +161,7 @@ def configure(env):
env.Append(LINKFLAGS=["-ftest-coverage", "-fprofile-arcs"])
if env["use_ubsan"] or env["use_asan"] or env["use_lsan"] or env["use_tsan"] or env["use_msan"]:
env.extra_suffix += "s"
env.extra_suffix += ".san"
if env["use_ubsan"]:
env.Append(