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
18
18
xxhash_header_files =xxhash.h
19
19
xxtea_header_files =xxtea.h
20
20
convertutf_header_files =ConvertUTF.h
21
- flatbuffers_header_files =flatbuffers
22
21
minizip_header_files =minizip
23
22
tinyxml2_header_files =tinyxml2.h
24
23
cjson_header_files =cjson
@@ -47,7 +46,6 @@ glew_lib_files_folder=lib64
47
46
# #archive prebuilt name
48
47
luajit_original_name =luajit-5.1
49
48
box2d_original_name =Box2D
50
- flatbuffers_original_name =flatbuffer
51
49
glfw_original_name =glfw3
52
50
glew_original_name =GLEW
53
51
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"
19
19
20
20
# build arches and build libraries
21
21
cfg_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" )
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" " 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" )
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