File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,6 @@ def get_env(self, with_flags_in_cc=True):
63
63
if self .ctx .ndk == 'crystax' :
64
64
env ['LDFLAGS' ] += ' -L{}/sources/crystax/libs/{} -lcrystax' .format (self .ctx .ndk_dir , self .arch )
65
65
66
- # Pass the ndk platform include dir to Android.mk files if necessary
67
- env ['NDK_PLATFORM_INCLUDE_DIR' ] = join (self .ctx .ndk_platform , 'usr' , 'include' )
68
-
69
66
py_platform = sys .platform
70
67
if py_platform in ['linux2' , 'linux3' ]:
71
68
py_platform = 'linux'
Original file line number Diff line number Diff line change 4
4
5
5
class LibSDL2Image (BootstrapNDKRecipe ):
6
6
version = '2.0.1'
7
- url = 'https://www.libsdl.org/projects/SDL_image/release/SDL2_image-{version}.tar.gz'
7
+ # url = 'https://www.libsdl.org/projects/SDL_image/release/SDL2_image-{version}.tar.gz'
8
+ url = 'https://hg.libsdl.org/SDL_image/archive/tip.tar.gz'
8
9
dir_name = 'SDL2_image'
9
10
10
11
patches = ['toggle_jpg_png_webp.patch' ,
11
12
('disable_jpg.patch' , is_arch ('x86' )),
12
- 'extra_cflags.patch' ,
13
- 'add_ndk_platform_include_dir.patch' ]
13
+ 'extra_cflags.patch' ]
14
14
15
15
recipe = LibSDL2Image ()
You can’t perform that action at this time.
0 commit comments