File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ cfg_mips_toolchain_bin="${ANDROID_NDK}/toolchains/mipsel-linux-android-${cfg_def
35
35
cfg_all_supported_arches =(" arm" " armv7" " x86" " arm64" " mips" )
36
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" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl " " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " rapidjson" )
38
+ cfg_default_libraries_all =(" png" " zlib" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " 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 @@ -16,7 +16,7 @@ cfg_arm64_host_machine="arm-apple-darwin"
16
16
cfg_all_supported_arches =(" armv7" " armv7s" " i386" " arm64" " x86_64" )
17
17
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" )
18
18
cfg_default_arches_all =(" armv7" " i386" " arm64" " x86_64" )
19
- cfg_default_libraries_all =(" png" " zlib" " lua" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl " " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " rapidjson" )
19
+ cfg_default_libraries_all =(" png" " zlib" " lua" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " rapidjson" )
20
20
21
21
22
22
cfg_build_fat_library =yes
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ cfg_i386_host_machine="i386-linux-gnu"
19
19
cfg_all_supported_arches =(" i386" " x86_64" )
20
20
cfg_all_supported_libraries =(" png" " zlib" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl" " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " glfw" " sqlite3" " glew" " rapidjson" )
21
21
cfg_default_arches_all =(" x86_64" )
22
- cfg_default_libraries_all =(" png" " zlib" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl " " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " glfw" " sqlite3" " glew" " rapidjson" )
22
+ cfg_default_libraries_all =(" png" " zlib" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " glfw" " sqlite3" " glew" " rapidjson" )
23
23
24
24
25
25
cfg_build_fat_library =no
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cfg_is_cross_compile=no
22
22
cfg_all_supported_arches =(" i386" " x86_64" )
23
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" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " glfw" " openssl " " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " rapidjson" )
25
+ cfg_default_libraries_all =(" png" " zlib" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " glfw" " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml2" " cjson" " luasocket" " box2d" " rapidjson" )
26
26
27
27
28
28
# whether build fat library, use lipo -S create
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ rapidjson_ignore_archive=yes
34
34
35
35
# don't copy header files for some specific libraries
36
36
lua_ignore_header_files =yes
37
+ openssl_ignore_header_files =yes
37
38
38
39
# header files Folder
39
40
box2d_header_files_folder =Box2D
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ cfg_armv7_toolchain_bin="${TIZEN_SDK}/tools/arm-linux-gnueabi-gcc-4.8/bin"
21
21
cfg_all_supported_arches =(" armv7" )
22
22
cfg_all_supported_libraries =(" png" " zlib" " lua" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl" " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml" " cjson" " luasocket" " rapidjson" )
23
23
cfg_default_arches_all =(" armv7" )
24
- cfg_default_libraries_all =(" png" " zlib" " lua" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl " " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml" " cjson" " luasocket" " rapidjson" )
24
+ cfg_default_libraries_all =(" png" " zlib" " lua" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " edtaa3func" " xxhash" " xxtea" " convertutf" " minizip" " tinyxml" " cjson" " luasocket" " rapidjson" )
25
25
26
26
27
27
# whether build fat library, use lipo -S create
You can’t perform that action at this time.
0 commit comments