Skip to content
Snippets Groups Projects
Commit 46429b72 authored by Sylvain Henry's avatar Sylvain Henry
Browse files

Take N+3

parent 36d276f8
No related merge requests found
Pipeline #58755 failed
......@@ -250,7 +250,7 @@ function setup() {
cp -Rf "$CABAL_CACHE"/* "$CABAL_DIR"
fi
case $CONFIGURE_WRAPPER in
case "${CONFIGURE_WRAPPER:-}" in
emconfigure) time_it "setup" setup_emscripten ;;
*) ;;
esac
......@@ -416,7 +416,7 @@ EOF
}
function configure() {
case $CONFIGURE_WRAPPER in
case "${CONFIGURE_WRAPPER:-}" in
emconfigure) source emsdk/emsdk_env.sh ;;
*) ;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment