Skip to content
Snippets Groups Projects
Commit 4bfbd906 authored by Anthony Léonard's avatar Anthony Léonard Committed by Guillaume Roguez
Browse files

build: fixed build directories for WinSparkle and qrencode.


Change-Id: I632b1bbd683d6301e12544d90f30d2bc55d169ea
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent 3e978694
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ cd $rootdir
cd client-windows
git submodule update --init
if [ ! -f "../daemon/_win32/bin/WinSparkle.dll" ]
if [ ! -f "../daemon/_win${ARCH}/bin/WinSparkle.dll" ]
then
cd winsparkle
git submodule init && git submodule update
......@@ -61,7 +61,7 @@ make -j4 || exit 1
make install
cd ../../
fi
if [ ! -f "../daemon/_win32/bin/libqrencode.dll" ]
if [ ! -f "../daemon/_win${ARCH}/bin/libqrencode.dll" ]
then
cd libqrencode
./autogen.sh || exit 1
......
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