Skip to content

Commit d1da80b

Browse files
committed
script
1 parent 69aeebf commit d1da80b

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

script/buildga.sh

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -185,20 +185,19 @@ if [ $m64 -eq 1 ]; then
185185
j64x=j32 ./build_tsdll.sh
186186
j64x=j32 USE_PYXES=0 USE_OPENMP=0 ./build_libj.sh
187187
# j64x=j32 USE_PYXES=0 USE_OPENMP=0 ./build_jamalgam.sh
188+
fi
189+
./clean.sh
190+
if ( [ "$1" = "openbsd" ] || [ "$1" = "freebsd" ] ) && ( [ "`uname -m`" = "aarch64" ] || [ "`uname -m`" = "arm64" ] ) ; then
191+
j64x=j64arm USE_PYXES=1 ./build_jconsole.sh
192+
j64x=j64arm ./build_tsdll.sh
193+
j64x=j64arm USE_PYXES=1 ./build_libj.sh
194+
# j64x=j64arm USE_PYXES=1 ./build_jamalgam.sh
188195
else
189-
./clean.sh
190-
if ( [ "$1" = "openbsd" ] || [ "$1" = "freebsd" ] ) && ( [ "`uname -m`" = "aarch64" ] || [ "`uname -m`" = "arm64" ] ) ; then
191-
j64x=j64arm USE_PYXES=1 ./build_jconsole.sh
192-
j64x=j64arm ./build_tsdll.sh
193-
j64x=j64arm USE_PYXES=1 ./build_libj.sh
194-
# j64x=j64arm USE_PYXES=1 ./build_jamalgam.sh
195-
else
196-
j64x=j64 USE_PYXES=1 ./build_jconsole.sh
197-
j64x=j64 ./build_tsdll.sh
198-
j64x=j64 USE_PYXES=1 ./build_libj.sh
199-
if [ "$1" != "openbsd" ] && [ "$1" != "freebsd" ] ; then
200-
j64x=j64 USE_PYXES=1 ./build_jamalgam.sh
201-
fi
196+
j64x=j64 USE_PYXES=1 ./build_jconsole.sh
197+
j64x=j64 ./build_tsdll.sh
198+
j64x=j64 USE_PYXES=1 ./build_libj.sh
199+
if [ "$1" != "openbsd" ] && [ "$1" != "freebsd" ] ; then
200+
j64x=j64 USE_PYXES=1 ./build_jamalgam.sh
202201
fi
203202
fi
204203
if [ "`uname -m`" = "x86_64" ] || [ "`uname -m`" = "amd64" ] || [ "$1" = "darwin" ] ; then

0 commit comments

Comments
 (0)