From 37402a8d37390ca56b077a56cb177d2046962c7b Mon Sep 17 00:00:00 2001 From: David Mak Date: Wed, 6 Sep 2023 18:55:38 +0800 Subject: [PATCH] meta: Update run_demo.sh - Allow more than one argument to nac3standalone executable --- nac3standalone/demo/run_demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nac3standalone/demo/run_demo.sh b/nac3standalone/demo/run_demo.sh index 7734b24..61b79d6 100755 --- a/nac3standalone/demo/run_demo.sh +++ b/nac3standalone/demo/run_demo.sh @@ -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