Skip to content
Snippets Groups Projects
Commit 1d39292a authored by Marc Vef's avatar Marc Vef
Browse files

CI fix ...

parent 1201e699
No related branches found
No related tags found
1 merge request!87Draft: Resolve "Add Mercury 2.0"
Pipeline #1690 passed
......@@ -377,11 +377,11 @@ if check_dependency "json-c" "${DEP_CONFIG[@]}"; then
echo "############################################################ Installing: json-c"
CURR=${SOURCE}/json-c
prepare_build_dir ${CURR}
mkdir -p ${INSTALL}/lib64/pkgconfig
cd ${CURR}/build
../cmake-configure --prefix=${INSTALL}
make -j${CORES} install
mv ${INSTALL}/lib64/pkgconfig/json-c.pc ${INSTALL}/lib/pkgconfig/
mkdir -p ${INSTALL}/lib/pkgconfig
find ${INSTALL} -type f -name "json-c.pc" -exec mv {} ${INSTALL}/lib/pkgconfig \;
fi
# build BMI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment