mid-kid
9 years ago
24 changed files with 58 additions and 49 deletions
@ -1,3 +1,3 @@ |
|||||
export DEVKITPRO=/opt/devkitPRO |
export DEVKITPRO="%SYSROOT%/opt/devkitPRO" |
||||
export DEVKITARM="$DEVKITPRO/devkitARM" |
export DEVKITARM="$DEVKITPRO/devkitARM" |
||||
export PATH="$DEVKITARM/bin:$PATH" |
export PATH="$DEVKITARM/bin:$PATH" |
||||
|
@ -1,4 +1,4 @@ |
|||||
compile_python() { |
compile_python() { |
||||
_func_ver="$1"; shift |
_func_ver="$1"; shift |
||||
python$_func_ver setup.py install --prefix="$prefix" --root="$dir_install" $@ |
python$_func_ver setup.py install --prefix="$dir_prefix" --root="$dir_install" $@ |
||||
} |
} |
||||
|
@ -1,6 +1,6 @@ |
|||||
compile_qt() { |
compile_qt() { |
||||
_func_ver="$1"; shift |
_func_ver="$1"; shift |
||||
qmake-qt$_func_ver PREFIX="$prefix" build_mode=release build_type=shared $@ |
qmake-qt$_func_ver PREFIX="$dir_prefix" build_mode=release build_type=shared $@ |
||||
make |
make |
||||
make INSTALL_ROOT="$dir_install" install |
make INSTALL_ROOT="$dir_install" install |
||||
} |
} |
||||
|
Loading…
Reference in new issue