Fixed jsoncpp
This commit is contained in:
Vendored
+1
-1
@@ -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}
|
||||
Reference in New Issue
Block a user