Skip to content

Commit 46330c7

Browse files
committed
Merge pull request #46 from andyque/v4
remove unneed flatbuffer symbols
2 parents fb485bb + 054fc9c commit 46330c7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/main.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ edtaa3func_header_files=edtaa3func.h
1818
xxhash_header_files=xxhash.h
1919
xxtea_header_files=xxtea.h
2020
convertutf_header_files=ConvertUTF.h
21-
flatbuffers_header_files=flatbuffers
2221
minizip_header_files=minizip
2322
tinyxml2_header_files=tinyxml2.h
2423
cjson_header_files=cjson
@@ -47,7 +46,6 @@ glew_lib_files_folder=lib64
4746
##archive prebuilt name
4847
luajit_original_name=luajit-5.1
4948
box2d_original_name=Box2D
50-
flatbuffers_original_name=flatbuffer
5149
glfw_original_name=glfw3
5250
glew_original_name=GLEW
5351

build/tizen.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2121
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")
2323
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")
2525

2626

2727
#whether build fat library, use lipo -S create

0 commit comments

Comments
 (0)