Skip to content

Commit 3f4f0fb

Browse files
committed
added all my changes
1 parent fc58ba4 commit 3f4f0fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+4986
-2031
lines changed

cythonizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(self,
1515
print "!! Haven't found path:", repr(path)
1616
sys.exit()
1717

18-
self.gcc = "%s/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc" %(self.android_ndk)
18+
self.gcc = "%s/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc" %(self.android_ndk)
1919
self.sysroot = "%s/platforms/android-%s/arch-arm" %(self.android_ndk, self.android_api)
2020
self.a_incl = "-I%s/platforms/android-%s/arch-arm/usr/include" %(self.android_ndk, self.android_api)
2121
self.p_incl = "-I%s/build/python-install/include/python2.7" %(self.py_for_a)

0 commit comments

Comments
 (0)