Skip to content

Commit 217185c

Browse files
--fresh is no longer needed [integration]
1 parent 21562ec commit 217185c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyodide_build/pywasmcross.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -521,10 +521,6 @@ def handle_command_generate_args( # noqa: C901
521521
"emcmake",
522522
"cmake",
523523
*flags,
524-
# Since we create a temporary directory and install compiler symlinks every time,
525-
# CMakeCache.txt will contain invalid paths to the compiler when re-running,
526-
# so we need to tell CMake to ignore the existing cache and build from scratch.
527-
"--fresh",
528524
]
529525
return line
530526
elif cmd == "meson":

0 commit comments

Comments
 (0)