Skip to content
Snippets Groups Projects
Commit 52c350f6 authored by akiraohgaki's avatar akiraohgaki
Browse files

Fix for libappimageupdate

parent 592a3eb7
No related branches found
No related tags found
No related merge requests found
......@@ -15,5 +15,5 @@ if [[ ! -d "${PROJDIR}/lib/AppImageUpdate-prebuilt" ]]; then
mkdir "${PROJDIR}/lib/AppImageUpdate-prebuilt"
cd "${PROJDIR}/lib/AppImageUpdate-prebuilt"
cmake "${PROJDIR}/lib/AppImageUpdate" -DUSE_SYSTEM_CURL=ON -DBUILD_CPR_TESTS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo
make libappimageupdate
make libappimageupdate_static
fi
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