diff options
| author | Roy Jacobs <roy.jacobs@12roar.com> | 2017-03-08 14:21:35 +0100 |
|---|---|---|
| committer | Roy Jacobs <roy.jacobs@12roar.com> | 2017-03-08 14:21:35 +0100 |
| commit | 27bc424f04200646315627c9dacdf1a943d802d2 (patch) | |
| tree | f3ad16ac063d3ca0fd31f2d6552f511e9ff04794 | |
| parent | f544eceaa51ea14c6f46c8afc2faf8b46c46fe63 (diff) | |
| download | monzero-gui-27bc424f04200646315627c9dacdf1a943d802d2.tar.gz monzero-gui-27bc424f04200646315627c9dacdf1a943d802d2.tar.xz monzero-gui-27bc424f04200646315627c9dacdf1a943d802d2.zip | |
Fixed mingw path
| -rw-r--r-- | monero-wallet-gui.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index 109570d1..0dca61bc 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -161,11 +161,11 @@ win32 { # WIN64 Target settings contains(QMAKE_HOST.arch, x86_64) { - MSYS_MINGW_PATH=/mingw32 + MSYS_MINGW_PATH=/mingw64 # WIN32 Target settings } else { - MSYS_MINGW_PATH=/mingw64 + MSYS_MINGW_PATH=/mingw32 } MSYS_PATH=$$MSYS_ROOT_PATH$$MSYS_MINGW_PATH |
