Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
make zsh happy
  • Loading branch information
Zubnix authored Sep 30, 2024
1 parent 5db387f commit becde77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pushd 'emsdk'
popd

_SDK_DIR=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
export _SDK_DIR

printf '%s\n' "[constants]" "toolchain = '$_SDK_DIR/emsdk/upstream/emscripten'" > "$_SDK_DIR/sysrootlibs/emscripten-toolchain.ini"
printf '%s\n' "[constants]" "greenfield_sdk = '$_SDK_DIR'" > "$_SDK_DIR/toolkit/meson-gf-toolchain.ini"
Expand Down

0 comments on commit becde77

Please sign in to comment.