mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix check for Msys
This commit is contained in:
parent
96ca7a8cbc
commit
b7180893c6
@ -476,8 +476,7 @@ build() {
|
||||
export CXX="$COMPILER"
|
||||
|
||||
if [ "" == "$DOCKER_IMAGE" ]; then
|
||||
|
||||
if [ "$(uname -i)" == "Msys" ]; then
|
||||
if [ "$(uname -o)" == "Msys" ]; then
|
||||
logInfo "Configuring build..."
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=Off -G"MSYS Makefiles" \
|
||||
-DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" $CMAKE_OPTIONS "$SRC_DIR"
|
||||
|
Loading…
Reference in New Issue
Block a user