Make emsdk_add_path prepend the path on OSX so that the tools overwrite any current terminal defaults.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
NEW_PATH="$(./emsdk active_path)"
|
||||
export PATH=$PATH:$NEW_PATH
|
||||
export PATH=$NEW_PATH:$PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user