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

build: fixed build directory for Windows client


Change-Id: I77756fbe09b3ffd3f89573a472736df9e95db57c
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent db2222b6
No related branches found
No related tags found
No related merge requests found
......@@ -71,8 +71,8 @@ make -j4 || exit 1
make install
cd ../..
fi
mkdir -p build
cd build
mkdir -p build${ARCH}
cd build${ARCH}
${HOST}-qmake-qt5 ../RingWinClient.pro -r -spec win32-g++ RING=$INSTALL_PREFIX
make -j4 || exit 1
make install
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