Skip to content
Snippets Groups Projects
Unverified Commit 9b4eb6fc authored by akiraohgaki's avatar akiraohgaki Committed by GitHub
Browse files

Merge pull request #34 from opendesktop/develop

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