ruby-changes:52803
From: naruse <ko1@a...>
Date: Fri, 12 Oct 2018 09:09:23 +0900 (JST)
Subject: [ruby-changes:52803] naruse:r65017 (trunk): Define VS140COMNTOOLS by itself
naruse 2018-10-12 09:09:19 +0900 (Fri, 12 Oct 2018) New Revision: 65017 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65017 Log: Define VS140COMNTOOLS by itself Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 65016) +++ appveyor.yml (revision 65017) @@ -59,6 +59,7 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L59 - SET BITS=%Platform:x86=32% - SET BITS=%BITS:x=% - SET OPENSSL_DIR=c:\OpenSSL-Win%BITS% + - SET VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\ - CALL SET vcvars=%%^VS%VS%COMNTOOLS^%%..\..\VC\vcvarsall.bat - SET vcvars - '"%vcvars%" %Platform:x64=amd64%' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/