mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
11 lines
246 B
Bash
Executable file
11 lines
246 B
Bash
Executable file
#!/bin/bash
|
|
set -eux
|
|
|
|
. mkp4a.common
|
|
|
|
new_options=${p4a_options}
|
|
new_options=${new_options/PySolFC/PySolFCdbg}
|
|
new_options=${new_options/org.lufebe16.pysolfc/org.lufebe16.pysolfc.dbg}
|
|
|
|
python3 -m pythonforandroid.toolchain apk \
|
|
${new_options}
|