Skip to content

Commit

Permalink
Appveyor: Use mingw64/bin/windres as RC compiler for 64 bit.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Trifan <[email protected]>
  • Loading branch information
AlexandraTrifan committed Oct 23, 2020
1 parent cfe2ce7 commit ff4f01d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CI/appveyor/build_appveyor_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -e
export PATH=/bin:/usr/bin:/${MINGW_VERSION}/bin:/c/Program\ Files/Git/cmd:/c/Windows/System32:/c/Program\ Files/7-Zip:/c/Program\ Files\ \(x86\)/Inno\ Setup\ \5:/c/Program\ Files/Appveyor/BuildAgent
echo $PATH

RC_COMPILER_OPT="-DCMAKE_RC_COMPILER=/c/msys64/${MINGW_VERSION}/bin/windres.exe"

WORKDIR=${PWD}
echo BUILD_NO $BUILD_NO
JOBS=$(nproc)
Expand Down

0 comments on commit ff4f01d

Please sign in to comment.