Skip to content

Commit

Permalink
Revert "Merge pull request kivy#2 from Kr0n0/master"
Browse files Browse the repository at this point in the history
This reverts commit 868d1f8, reversing
changes made to a4e1d28.
  • Loading branch information
luckiday committed Jan 7, 2020
1 parent 868d1f8 commit 6252b37
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pythonforandroid/recipes/pyjnius/sdl2_jnienv_getter.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ diff --git a/setup.py b/setup.py
index 740510f..0c8e55f 100644
--- a/setup.py
+++ b/setup.py
@@ -97,7 +97,7 @@

if PLATFORM == 'android':
@@ -53,7 +53,7 @@ except ImportError:
if platform == 'android':
# for android, we use SDL...
- LIBRARIES = ['sdl', 'log']
+ LIBRARIES = ['SDL2', 'log']
LIBRARY_DIRS = ['libs/' + getenv('ARCH')]
elif PLATFORM == 'darwin':
FRAMEWORK = subprocess.Popen(
- libraries = ['sdl', 'log']
+ libraries = ['SDL2', 'log']
library_dirs = ['libs/' + getenv('ARCH')]
elif platform == 'darwin':
import subprocess

0 comments on commit 6252b37

Please sign in to comment.