meta: Update run_demo.sh

- Allow more than one argument to nac3standalone executable
pull/318/head
David Mak 2023-09-06 18:55:38 +08:00
parent 474f9050ce
commit 008d50995c
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ else
fi
rm -f *.o
$nac3standalone $1
$nac3standalone "$@"
rustc -o demo demo.rs -Crelocation-model=static -Clink-arg=./module.o
./demo