Skip to content

Commit

Permalink
Update patch file path for Windows builds (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Dec 3, 2015
1 parent 058a908 commit aa2f0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ if not exist "%SRC_DIR%\qtbase\qmake\generators\win32\winmakefile.ori" (
copy "%SRC_DIR%\qtbase\qmake\generators\win32\winmakefile.cpp"^
"%SRC_DIR%\qtbase\qmake\generators\win32\winmakefile.ori"
)
"%PATCH%" -d "%SRC_DIR%" -N -p0 -i qnetworkaccessmanager.patch
"%PATCH%" -d "%SRC_DIR%" -N -p0 -i ..\qnetworkaccessmanager.patch
if errorlevel 1 pause
"%PATCH%" -d "%SRC_DIR%" -N -p0 -i winmakefile.patch
"%PATCH%" -d "%SRC_DIR%" -N -p0 -i ..\winmakefile.patch
if errorlevel 1 pause

:: Create the build directory, if not already.
Expand Down

0 comments on commit aa2f0cc

Please sign in to comment.