nac3standalone: link libm in demo runner

pull/100/head
Sebastien Bourdeauducq 2021-11-11 19:44:18 +08:00
parent 612b6768c0
commit dba1a8b3d4
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ fi
rm -f *.o
../../target/release/nac3standalone $1
clang -Wall -O2 -o $1.elf demo.c module*.o
clang -Wall -O2 -o $1.elf demo.c module*.o -lm
./$1.elf