Check if emscripten is installed
This commit is contained in:
parent
98d68b6cd9
commit
2b2e55dcf8
@ -80,5 +80,8 @@ if [ -f '/home/joe/Downloads/google-cloud-sdk/path.fish.inc' ]; . '/home/joe/Dow
|
|||||||
|
|
||||||
# opam configuration
|
# opam configuration
|
||||||
source /home/joe/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
|
source /home/joe/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
|
||||||
source "/home/joe/Repositories/emsdk/emsdk_env.fish"
|
|
||||||
set -gx EMSDK_QUIET 1
|
if test -e "/home/joe/Repositories/emsdk/emsdk_env.fish"
|
||||||
|
source "/home/joe/Repositories/emsdk/emsdk_env.fish"
|
||||||
|
set -gx EMSDK_QUIET 1
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user