Skip to content

Commit 21ca7d1

Browse files
committedMar 29, 2016
Use environmental variable for VS_INSTALL_PATH.
1 parent 5a1916e commit 21ca7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎env.bat.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set RIME_ROOT=%CD%
33
set BOOST_ROOT=\code\boost_1_60_0
44
set CMAKE_INSTALL_PATH=C:\Program Files (x86)\CMake
55
set GIT_INSTALL_PATH=C:\Program Files (x86)\Git
6-
set VS_INSTALL_PATH=C:\Program Files (x86)\Microsoft Visual Studio 14.0
6+
set VS_INSTALL_PATH=%VS140COMNTOOLS%\..\..

0 commit comments

Comments
 (0)
Please sign in to comment.