SCons: Minor fixes/adjustments for web compilation
This commit is contained in:
parent
b7feebefab
commit
5d265e9a7e
5 changed files with 5 additions and 4 deletions
|
|
@ -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"] = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue