Fixed jsoncpp
This commit is contained in:
parent
267e1a7d2e
commit
9298191089
2
third_party/build_jsoncpp.sh
vendored
2
third_party/build_jsoncpp.sh
vendored
@ -6,6 +6,6 @@ library_path="jsoncpp"
|
||||
requires_rebuild ${library_path}
|
||||
[[ $? -eq 0 ]] && exit 0
|
||||
|
||||
cmake_build ${library_path} -DCMAKE_CXX_FLAGS="-std=c++11 -fPIC" -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
cmake_build ${library_path} -DCMAKE_CXX_FLAGS="-std=c++11 -fPIC -static-libstdc++" -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
check_err_exit ${library_path} "Failed to build jsoncpp!"
|
||||
set_build_successful ${library_path}
|
Loading…
Reference in New Issue
Block a user