kopia lustrzana https://github.com/jameshball/osci-render
use vcvars
rodzic
3a77b513d8
commit
bda49f77fc
|
@ -45,7 +45,7 @@ if [ "$OS" = "win" ]; then
|
|||
VS_WHERE="C:/Program Files (x86)/Microsoft Visual Studio/Installer/vswhere.exe"
|
||||
|
||||
VS_PATH=$("$VS_WHERE" -latest -property installationPath)
|
||||
DEVCMD_BAT="$(cygpath -u "$(echo $VS_PATH | sed 's/\\/\\\\/g')")/Common7/Tools/vsdevcmd.bat"
|
||||
DEVCMD_BAT="$(cygpath -u "$(echo $VS_PATH | sed 's/\\/\\\\/g')")/Common7/Tools/vcvars64.bat"
|
||||
|
||||
DEVCMD="$(cygpath "$COMSPEC") /c$(cygpath -w "$ROOT/ci/vcvars_export.bat") \"$(cygpath -w "$DEVCMD_BAT")\" \"$(cygpath -w "$SHELL")\""
|
||||
echo $DEVCMD
|
||||
|
|
Ładowanie…
Reference in New Issue