8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b33479 commit 9f8df44Copy full SHA for 9f8df44
pythonforandroid/bootstraps/sdl2/build/jni/src/start.c
@@ -156,7 +156,7 @@ int main(int argc, char *argv[]) {
156
if (dir_exists("lib")) {
157
/* If we built our own python, set up the paths correctly */
158
LOGP("Setting up python from ANDROID_PRIVATE");
159
- PyRun_SimpleString("private = posix.environ['ANDROID_PRIVATE'] + '/app'\n"
+ PyRun_SimpleString("private = posix.environ['ANDROID_APP_PATH']\n"
160
"argument = posix.environ['ANDROID_ARGUMENT']\n"
161
"sys.path[:] = [ \n"
162
" private + '/lib/python27.zip', \n"
0 commit comments