Make emsdk_add_path prepend the path on OSX so that the tools overwrite any current terminal defaults.

This commit is contained in:
Jukka Jylanki
2013-11-21 16:58:19 +02:00
parent 12daea5f59
commit fab972f06c

View File

@@ -1,3 +1,3 @@
NEW_PATH="$(./emsdk active_path)"
export PATH=$PATH:$NEW_PATH
export PATH=$NEW_PATH:$PATH