File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ edtaa3func_header_files=edtaa3func.h
1818xxhash_header_files =xxhash.h
1919xxtea_header_files =xxtea.h
2020convertutf_header_files =ConvertUTF.h
21- flatbuffers_header_files =flatbuffers
2221minizip_header_files =minizip
2322tinyxml2_header_files =tinyxml2.h
2423cjson_header_files =cjson
@@ -47,7 +46,6 @@ glew_lib_files_folder=lib64
4746# #archive prebuilt name
4847luajit_original_name =luajit-5.1
4948box2d_original_name =Box2D
50- flatbuffers_original_name =flatbuffer
5149glfw_original_name =glfw3
5250glew_original_name =GLEW
5351
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ cfg_armv7_toolchain_bin="${TIZEN_SDK}/tools/arm-linux-gnueabi-gcc-4.8/bin"
1919
2020# build arches and build libraries
2121cfg_all_supported_arches =(" armv7" )
22- cfg_all_supported_libraries =(" png" " zlib" " lua" " luajit" " websockets" " curl" " freetype" " jpeg" " tiff" " webp" " chipmunk" " openssl" " edtaa3func" " xxhash" " xxtea" " convertutf" " flatbuffer " " minizip" " tinyxml" " cjson" " luasocket" " rapidjson" )
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" )
2323cfg_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" " flatbuffer " " minizip" " tinyxml" " cjson" " luasocket" " rapidjson" )
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" )
2525
2626
2727# whether build fat library, use lipo -S create
You can’t perform that action at this time.
0 commit comments