Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mingw32 typo
  • Loading branch information
pstorz committed Jan 2, 2018
1 parent 007b01c commit 738c00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/win32/winbareos32.spec
Expand Up @@ -114,7 +114,7 @@ for flavor in %flavors; do
WINDOWS_BITS=$(echo %name | grep 64 >/dev/null 2>&1 && echo "64" || echo "32")
WINDOWS_VERSION=$(echo $flavor | grep postvista >/dev/null && echo 0x600 || echo 0x500)
pushd $flavor
%{_mingw64_cmake_qt4} \
%{_mingw32_cmake_qt4} \
-DCMAKE_INSTALL_BINDIR:PATH=%{_mingw64_bindir} \
-Dsqlite3=yes \
-Dpostgresql=yes \
Expand Down

0 comments on commit 738c00d

Please sign in to comment.