mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-06 05:28:26 +00:00
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
|