forked from M-Labs/nac3
meta: Update run_demo.sh
- Allow more than one argument to nac3standalone executable
This commit is contained in:
parent
474f9050ce
commit
008d50995c
|
@ -15,6 +15,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f *.o
|
rm -f *.o
|
||||||
$nac3standalone $1
|
$nac3standalone "$@"
|
||||||
rustc -o demo demo.rs -Crelocation-model=static -Clink-arg=./module.o
|
rustc -o demo demo.rs -Crelocation-model=static -Clink-arg=./module.o
|
||||||
./demo
|
./demo
|
||||||
|
|
Loading…
Reference in New Issue