We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 794929c + a25756e commit ad8512fCopy full SHA for ad8512f
aarch64.bash
@@ -0,0 +1,9 @@
1
+#!/bin/bash -e
2
+
3
+cd astyle-code/AStyle/build/gcc/
4
5
+make clean
6
7
+CFLAGS="-Os" LDFLAGS="-s" make java
8
9
+cp bin/libastyle*.so ../../../../libastylej_aarch64.so
0 commit comments