Fixed jsoncpp

This commit is contained in:
WolverinDEV 2019-07-02 16:53:44 +02:00
parent 267e1a7d2e
commit 9298191089

View File

@ -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}