Use system orca for UI example too

This commit is contained in:
Ben Visness 2023-07-29 15:26:28 -05:00
parent ed5dbc0053
commit 4b1649f8bb
1 changed files with 1 additions and 1 deletions

2
samples/ui/build.sh Normal file → Executable file
View File

@ -24,4 +24,4 @@ wasmFlags="--target=wasm32 \
$CLANG $wasmFlags -o ./module.wasm ../../sdk/orca.c ../../cstdlib/src/*.c src/main.c
python3 ../../scripts/mkapp.py --orca-dir ../.. --name UI --resource-dir data module.wasm
orca bundle --orca-dir ../.. --name UI --resource-dir data module.wasm