This website requires JavaScript.
Explore
Help
Sign In
admin
/
ci-emsdk
Watch
1
Star
0
Fork
0
You've already forked ci-emsdk
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d1c3bc6516bfe2d8b763d3681276e700bf8b55e4
ci-emsdk
/
emsdk_add_path
4 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make emsdk work on OSX.
2013-09-05 16:42:27 +03:00
NEW_PATH="$(./emsdk active_path)"
Make emsdk_add_path prepend the path on OSX so that the tools overwrite any current terminal defaults.
2013-11-21 16:58:19 +02:00
export PATH=$NEW_PATH:$PATH
Make emsdk work on OSX.
2013-09-05 16:42:27 +03:00
Reference in New Issue
Copy Permalink