Skip to content

Commit

Permalink
Update from the newest template.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed Nov 4, 2024
1 parent c2e39db commit 80bad94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/many-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ jobs:
VCINSTALLDIR="${VSINSTALLDIR}"'\VC'
PATH=`cygpath -u "${VCINSTALLDIR}"`/bin${pathelementsuffix}:"$PATH"
INCLUDE="${VCINSTALLDIR}"'\include;'"${INCLUDE}"
LIB="${VCINSTALLDIR}"'\lib${libelementsuffix};'"${LIB}"
LIB="${VCINSTALLDIR}"'\lib'"${libelementsuffix};${LIB}"
export INCLUDE LIB
: "Possible values are _WIN32_WINNT_WINXP, _WIN32_WINNT_VISTA, _WIN32_WINNT_WIN7"
win32_target=_WIN32_WINNT_WINXP
Expand Down

0 comments on commit 80bad94

Please sign in to comment.