Skip to content

Commit 60dfbe7

Browse files
committed
Fix build script
1 parent 607f717 commit 60dfbe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ build_script:
88
- cmd: >-
99
echo %PATH%
1010
11-
qmake PyRun.pro
11+
%QT_DIR%\bin\qmake.exe PyRun.pro
1212
13-
mingw32-make
13+
%QT_DIR%\bin\mingw32-make.exe
1414
1515
dir C:\projects\expresspython\
1616

0 commit comments

Comments
 (0)