Skip to content

Commit

Permalink
Fix typo for Vista Compat in make call
Browse files Browse the repository at this point in the history
Now we call make correctly to use the vista stuff.
  • Loading branch information
pstorz authored and Marco van Wieringen committed Feb 17, 2015
1 parent 955a888 commit 72344c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/win32/winbareos32.spec
Expand Up @@ -104,7 +104,7 @@ tar xvf %SOURCE4
%build

cd src/win32/
make WIN_DEBUG=%{WIN_DEBUG} BUILD_QTGUI=yes WIN_VERSION=%{WIN_VERSION} VISTACOMPAT=yes %{?jobs:-j%jobs}
make WIN_DEBUG=%{WIN_DEBUG} BUILD_QTGUI=yes WIN_VERSION=%{WIN_VERSION} WIN_VISTACOMPAT=yes %{?jobs:-j%jobs}

%install

Expand Down
2 changes: 1 addition & 1 deletion platforms/win32/winbareos64.spec
Expand Up @@ -105,7 +105,7 @@ tar xvf %SOURCE4
%build

cd src/win32/
make WIN_DEBUG=%{WIN_DEBUG} BUILD_QTGUI=yes WIN_VERSION=%{WIN_VERSION} VISTACOMPAT=yes %{?jobs:-j%jobs}
make WIN_DEBUG=%{WIN_DEBUG} BUILD_QTGUI=yes WIN_VERSION=%{WIN_VERSION} WIN_VISTACOMPAT=yes %{?jobs:-j%jobs}

%install

Expand Down

0 comments on commit 72344c4

Please sign in to comment.