Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix activated_path_skip on repeated running of emsdk_env.sh #1250

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jun 27, 2023

The first time around node was being correctly added to the PATH, but the second time around this code was observing the emsdk copy of node in the PATH and assuming it could be skipped.

Fixes: #1240

The first time around `node` was being correctly added to the PATH, but
the second time around this code was observing the emsdk copy of node
in the PATH and assuming it could be skipped.

Fixes: #1240
@sbc100 sbc100 requested a review from dschuff June 27, 2023 23:24
@sbc100 sbc100 enabled auto-merge (squash) June 27, 2023 23:24
@sbc100 sbc100 merged commit c88612d into main Jun 27, 2023
@sbc100 sbc100 deleted the fix_activated_path_skip branch June 27, 2023 23:37
shlomif pushed a commit to shlomif/emsdk that referenced this pull request Sep 29, 2023
…ripten-core#1250)

The first time around `node` was being correctly added to the PATH, but
the second time around this code was observing the emsdk copy of node
in the PATH and assuming it could be skipped.

Fixes: emscripten-core#1240
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.

Inconsistent availability of node and npm binaries after sourcing emsdk_env.sh multiple times
2 participants