File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ cfg_mips_toolchain_bin="${ANDROID_NDK}/toolchains/mipsel-linux-android-${cfg_def
33
33
34
34
# build arches and build libraries
35
35
cfg_all_supported_arches =(" arm" " armv7" " x86" " arm64" " mips" )
36
- cfg_all_supported_libraries =(" png" " zlib" " lua" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl" " edtaa3func" " xxhash" " xxtea" " convertutf" " flatbuffers " " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " rapidjson" )
36
+ cfg_all_supported_libraries =(" png" " zlib" " lua" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl" " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " rapidjson" )
37
37
cfg_default_arches_all =(" arm" " armv7" " x86" )
38
- cfg_default_libraries_all =(" png" " zlib" " lua " " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl" " edtaa3func" " xxhash" " xxtea" " convertutf" " flatbuffers " " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " rapidjson" )
38
+ cfg_default_libraries_all =(" png" " zlib" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl" " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " rapidjson" )
39
39
40
40
41
41
# whether build fat library, use lipo -S create
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ cfg_is_cross_compile=no
20
20
21
21
# build arches and build libraries
22
22
cfg_all_supported_arches =(" i386" " x86_64" )
23
- cfg_all_supported_libraries =(" png" " zlib" " lua " " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " glfw" " openssl" " edtaa3func" " xxhash" " xxtea" " convertutf" " flatbuffers " " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " rapidjson" )
23
+ cfg_all_supported_libraries =(" png" " zlib" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " glfw" " openssl" " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " rapidjson" )
24
24
cfg_default_arches_all =(" x86_64" )
25
- cfg_default_libraries_all =(" png" " zlib" " lua " " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " glfw" " openssl" " edtaa3func" " xxhash" " xxtea" " convertutf" " flatbuffers " " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " rapidjson" )
25
+ cfg_default_libraries_all =(" png" " zlib" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " glfw" " openssl" " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " rapidjson" )
26
26
27
27
28
28
# whether build fat library, use lipo -S create
You can’t perform that action at this time.
0 commit comments