Skip to content

Commit

Permalink
fix env default ARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Feb 7, 2024
1 parent f69f2c2 commit 7dd873b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions env.bat.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ rem REQUIRED: path to Boost source directory
set BOOST_ROOT=C:\Libraries\boost_1_78_0

rem OPTIONAL: Visual Studio version and platform toolset
rem set ARCH=Win32
rem set BJAM_TOOLSET=msvc-14.2
rem set PLATFORM_TOOLSET=v142

Expand Down
2 changes: 1 addition & 1 deletion env.vs2019.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rem REQUIRED: path to Boost source directory
if not defined BOOST_ROOT set BOOST_ROOT=%WEASEL_ROOT%\deps\boost_1_78_0

rem OPTIONAL: architecture, Visual Studio version and platform toolset
rem set ARCH=Win32
set ARCH=Win32
set BJAM_TOOLSET=msvc-14.2
set CMAKE_GENERATOR="Visual Studio 16 2019"
set PLATFORM_TOOLSET=v142
Expand Down
2 changes: 1 addition & 1 deletion env.vs2022.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rem REQUIRED: path to Boost source directory
if not defined BOOST_ROOT set BOOST_ROOT=%WEASEL_ROOT%\deps\boost_1_78_0

rem OPTIONAL: architecture, Visual Studio version and platform toolset
rem set ARCH=Win32
set ARCH=Win32
set BJAM_TOOLSET=msvc-14.3
set CMAKE_GENERATOR="Visual Studio 17 2022"
set PLATFORM_TOOLSET=v143
Expand Down

0 comments on commit 7dd873b

Please sign in to comment.