repl does not need libm
FossilOrigin-Name: 3d4020cd29bc5f138b864df20fa312e0b9a38626f4688c4d9ed2c947316fda18
This commit is contained in:
parent
27fdb320f0
commit
097fae6af7
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -42,7 +42,7 @@ rm ngaImage
|
|||
cc -O3 -c rre.c -o rre.o
|
||||
cc -O3 -c repl.c -o repl.o
|
||||
cc rre.o -lm -o rre
|
||||
cc repl.o -lm -o repl
|
||||
cc repl.o -o repl
|
||||
mv rre ../bin
|
||||
mv repl ../bin
|
||||
rm *.o
|
||||
|
|
Loading…
Reference in a new issue