Skip to content

Commit

Permalink
Fix wasm Codespaces prebuild (#96326)
Browse files Browse the repository at this point in the history
The makefile target was moved in #95940
  • Loading branch information
akoeplinger authored Dec 27, 2023
1 parent 9fa5128 commit 18f3089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/scripts/onCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ case "$opt" in

wasm)
# prebuild for WASM, so it is ready for wasm development
make -C src/mono/wasm provision-wasm
make -C src/mono/browser provision-wasm
export EMSDK_PATH=$PWD/src/mono/browser/emsdk
./build.sh mono+libs -os browser -c Release

Expand Down

0 comments on commit 18f3089

Please sign in to comment.