mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-25 14:19:51 +00:00
a8757a695f
Fix static build (libr.a) Fix android build farm scripts Build system is still hacky
6 lines
136 B
Bash
Executable File
6 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $PWD/$0`
|
|
# PIC required for mips
|
|
export CFLAGS="-O3 -fPIC"
|
|
./android-shell.sh mips ./android-build.sh mips-static
|