You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an issue if user passes a relative path to Python (#26799)
Fix an issue if user passes a relative path to Python, and some system
cache libraries need rebuilding. Emcc tool would spawn sub-emcc tools to
rebuild the cache, with different CWD, resulting in the relative path
lookups pointing to the wrong relative directories. To fix the issue,
normalize the relative tool paths first.
<img width="2380" height="992" alt="image"
src="https://github.com/user-attachments/assets/e22b71c0-b73e-411c-9ef5-f51a890f01aa"
/>
0 commit comments