Skip to content

Commit

Permalink
Use VS2015 to build ride package executable
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaandys committed Jul 6, 2023
1 parent 2a5d503 commit ef613db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/packagescripts/windows/packageWindows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ IF not x%GHBRANCH:-=%==x%GHBRANCH% (GOTO PR) else (GOTO BUILD)

:BUILD

call "c:/Program files (x86)/Microsoft Visual Studio 8/VC/vcvarsall.bat"
call "c:/Program files (x86)/Microsoft Visual Studio 14.0/VC/vcvarsall.bat"

set RIDE_BRANCH=master

Expand Down

0 comments on commit ef613db

Please sign in to comment.