toolchain: ensure sdl2 audio will be selected
This commit is contained in:
parent
3ba2dd3be9
commit
8e9ee1a1f1
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,3 +17,4 @@ src/ios/build/
|
|||
src/ios/iosbuild/
|
||||
src/ios/ios.c
|
||||
*.DS_Store*
|
||||
*-ios/
|
||||
|
|
|
@ -36,7 +36,7 @@ int main(int argc, char *argv[]) {
|
|||
putenv("KIVY_NO_FILELOG=1");
|
||||
putenv("KIVY_WINDOW=sdl2");
|
||||
putenv("KIVY_IMAGE=imageio,tex");
|
||||
putenv("KIVY_AUDIO=sdl");
|
||||
putenv("KIVY_AUDIO=sdl2");
|
||||
#ifndef DEBUG
|
||||
putenv("KIVY_NO_CONSOLELOG=1");
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue