We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9568298 commit d0fa3a5Copy full SHA for d0fa3a5
bin/build-linux-aarch64.sh
@@ -18,6 +18,8 @@ export CFLAGS="\
18
-O2 \
19
-fPIC"
20
21
+export LIBS="-lm"
22
+
23
git submodule update --init
24
docker run --rm \
25
-e CFLAGS="$CFLAGS" \
bin/build-linux-x86-64.sh
0 commit comments