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
Make emsdk aware when running in a shell that doesn't have a particular tool active, but .emscripten has it set up, and print a help message when calling 'emsdk list'. Fix line endings in emcmdprompt.bat.
print'The items marked with * are activated for the current user.'
1034
+
print'Items marked with * are activated for the current user.'
1035
+
ifhas_partially_active_tools:
1036
+
print'Items marked with (*) are selected for use, but your current shell environment is not configured to use them. Type "emsdk_env.bat" to set up your current shell to use them, or call "emsdk activate --global <name_of_sdk>" to permanently activate them.'
1017
1037
ifnotshow_old:
1018
1038
print''
1019
1039
print"To access the historical archived versions, type 'emsdk list --old'"
0 commit comments