Mercurial
comparison third_party/emsdk/emsdk_env.fish @ 186:8cf4ec5e2191 hg-web
Fixed merge conflict.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 23 Jan 2026 22:38:59 -0800 |
| parents | 8d17f6e6e290 |
| children |
comparison
equal
deleted
inserted
replaced
| 176:fed99fc04e12 | 186:8cf4ec5e2191 |
|---|---|
| 1 #In your Fish configuration, add this line: | |
| 2 #alias emsdk_setup ". /path/to/emsdk/emsdk_env.fish" | |
| 3 #Now, when you want to use the SDK, run this alias first to set up | |
| 4 #your environment. | |
| 5 | |
| 6 set -gx EMSDK_FISH 1 | |
| 7 | |
| 8 set -l script (status -f) | |
| 9 set -l dir (dirname $script) | |
| 10 | |
| 11 eval ($dir/emsdk construct_env) | |
| 12 | |
| 13 set -e -l script | |
| 14 set -e -l dir |