You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
SCons: Minor fixes/adjustments for web compilation
This commit is contained in:
@@ -181,7 +181,7 @@ def configure(env: "SConsEnvironment"):
|
||||
# Use TempFileMunge since some AR invocations are too long for cmd.exe.
|
||||
# Use POSIX-style paths, required with TempFileMunge.
|
||||
env["ARCOM_POSIX"] = env["ARCOM"].replace("$TARGET", "$TARGET.posix").replace("$SOURCES", "$SOURCES.posix")
|
||||
env["ARCOM"] = "${TEMPFILE(ARCOM_POSIX)}"
|
||||
env["ARCOM"] = "${TEMPFILE('$ARCOM_POSIX','$ARCOMSTR')}"
|
||||
|
||||
# All intermediate files are just object files.
|
||||
env["OBJPREFIX"] = ""
|
||||
|
||||
Reference in New Issue
Block a user