Skip to content

Commit d0fa3a5

Browse files
committed
build,linux: export LIBS=-lm
1 parent 9568298 commit d0fa3a5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bin/build-linux-aarch64.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export CFLAGS="\
1818
-O2 \
1919
-fPIC"
2020

21+
export LIBS="-lm"
22+
2123
git submodule update --init
2224
docker run --rm \
2325
-e CFLAGS="$CFLAGS" \

bin/build-linux-x86-64.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export CFLAGS="\
1818
-O2 \
1919
-fPIC"
2020

21+
export LIBS="-lm"
22+
2123
git submodule update --init
2224
docker run --rm \
2325
-e CFLAGS="$CFLAGS" \

0 commit comments

Comments
 (0)