File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ class Libxml2Recipe(Recipe):
10
10
11
11
def should_build (self , arch ):
12
12
super (Libxml2Recipe , self ).should_build (arch )
13
- return True
14
13
return not exists (join (self .ctx .get_libs_dir (arch .arch ), 'libxml2.a' ))
15
14
16
15
def build_arch (self , arch ):
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def get_recipe_env(self, arch):
28
28
#env['LDSHARED'] = ENV['CC']
29
29
env ['LDSHARED' ] = join (self .ctx .root_dir , 'tools' , 'liblink' )
30
30
# WTH is liblink?
31
- env ['LDSHARED' ] = env ['LIBLINK' ]
31
+ # env['LDSHARED'] = env['LIBLINK']
32
32
# This linking almost works. Going to have to muck with LDSHARED to
33
33
# include the libs_collection folder
34
34
#zgoldberg@badass:~/.local/share/python-for-android/build/other_builds/lxml/armeabi/lxml (master)$ /usr/bin/ccache arm-linux-androideabi-ld -L/home/zgoldberg/.local/share/python-for-android/build/other_builds/libxml2/armeabi/libxml2//include -L/home/zgoldberg/.local/share/python-for-android/build/other_builds/libxslt/armeabi/libxslt -L/home/zgoldberg/android-sdks/ndk-bundle/platforms/android-16/arch-arm/usr/lib/ -L/home/zgoldberg/android-sdks/ndk-bundle/platforms/android-16/arch-arm/usr/lib/ -L/home/zgoldberg/.local/share/python-for-android/build/libs_collections/peggo-python/armeabi build/temp.linux-x86_64-2.7/src/lxml/lxml.objectify.o -lxslt -lxml2 -lpython2.7 -lz -lm -o build/lib.linux-x86_64-2.7/lxml/objectify.soi
You can’t perform that action at this time.
0 commit comments