Skip to content

Conversation

shinji-TH
Copy link
Contributor

Encounter issue compiling Emscripten in windows when EM_CACHE was provided a shortcut path (symbolic link).

The original code Path(config.CACHE).resolve() returns the original cache path which is in a different drive from where the emscripten source is in.

Hence in this PR, the cachedir was change to use os.path.abspath(config.CACHE) to allow the build process to access the cache via the symbolic link

#25463

@shinji-TH
Copy link
Contributor Author

#25463 issue resolve with #25488

@shinji-TH shinji-TH closed this Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant