File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ cfg_build_fat_library=no
41
41
# whether use mthumb instruction or not
42
42
# format cfg_${libname}_${archname}_use_mthumb
43
43
cfg_curl_arm_use_mthumb =no # for compile issue
44
+ cfg_lua_arm_use_mthumb =no # for compile issue
44
45
45
46
# debug and release mode flag
46
47
cfg_build_release_mode =" -O3 -DNDEBUG "
Original file line number Diff line number Diff line change 396
396
397
397
for dep_archive in ${original_dependent_archive_list[@]}
398
398
do
399
- local_library_install_path=$cfg_platform_name /$original_arch_name
399
+ local_library_install_path=$cfg_platform_name /$original_arch_name /libs
400
400
mkdir -p $local_library_install_path
401
401
cp $top_dir /contrib/$install_library_path /$arch /lib/lib${dep_archive} .a $local_library_install_path /lib${dep_archive} .a
402
402
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ glfw_header_files=GLFW
29
29
30
30
# header files Folder
31
31
box2d_header_files_folder =Box2D
32
+ zlib_header_files_folder =zlib
32
33
33
34
# #archive prebuilt name
34
35
luajit_original_name =luajit-5.1
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ ifdef HAVE_WIN32
66
66
mkdir -p -- "$(PREFIX)/lib/pkgconfig"
67
67
cp $</etc/lua.pc "$(PREFIX)/lib/pkgconfig/"
68
68
endif
69
- ifdef HAVE_CROSS_COMPILE
70
- cd $</src && $(MAKE) clean && $(MAKE) liblua.a && ranlib liblua.a && $(MAKE) luac
71
- cp $</src/luac $(PREFIX)/bin
72
- endif
69
+ # ifdef HAVE_CROSS_COMPILE
70
+ # cd $</src && $(MAKE) clean && $(MAKE) liblua.a && ranlib liblua.a && $(MAKE) luac
71
+ # cp $</src/luac $(PREFIX)/bin
72
+ # endif
73
73
touch $@
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ ifdef HAVE_ANDROID
20
20
cd $< && ln -s $(shell pwd)/webp $(shell pwd)/webp/jni
21
21
cd $< && ndk-build
22
22
cd $< && cp obj/local/$(MY_TARGET_ARCH)/libwebp.a $(PREFIX)/lib/
23
+ cd $< && mkdir -p $(PREFIX)/include/webp
24
+ cd $< && cp -a src/webp/*.h $(PREFIX)/include/webp
23
25
else
24
26
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
25
27
cd $< && $(MAKE)
You can’t perform that action at this time.
0 commit comments