Skip to content

Commit 5f2e265

Browse files
Fix make path
1 parent 53ee93d commit 5f2e265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ build_windows_32:
8787
- _fold_final_
8888

8989
- _fold_start_ 'start the actual build with jom instead of nmake; for speed'
90-
- ..\_qt\make
90+
- ..\_qt\5.15.0\msvc2019\bin\make
9191
- _fold_final_
9292

9393
- _fold_start_ 'run windeployqt to automatically copy the needed dll files'
@@ -159,7 +159,7 @@ build_windows_64:
159159
- _fold_final_
160160

161161
- _fold_start_ 'start the actual build with jom instead of nmake; for speed'
162-
- ..\_qt\make
162+
- ..\_qt\5.15.0\msvc2019_64\bin\make
163163
- _fold_final_
164164

165165
- _fold_start_ 'run windeployqt to automatically copy the needed dll files'

0 commit comments

Comments
 (0)