Skip to content

Commit

Permalink
disable ARCH in env
Browse files Browse the repository at this point in the history
fix build.bat git command typo
  • Loading branch information
fxliang committed Feb 28, 2024
1 parent f44a683 commit b5b6670
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if %build_rime% == 1 (
move deps\opencc\build deps\opencc\build_x64
move deps\yaml-cpp\build deps\yaml-cpp\build_x64
move lib lib_x64
git co .
git checkout .
rem backup x64 build done

rem -------------------------------------------------------------------------
Expand Down Expand Up @@ -202,7 +202,7 @@ if %build_rime% == 1 (
move deps\opencc\build deps\opencc\build_Win32
move deps\yaml-cpp\build deps\yaml-cpp\build_Win32
move lib lib_Win32
git co .
git checkout .
rem backup Win32 build done

cd %WEASEL_ROOT%
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
set ARCH=Win32
rem 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
set ARCH=Win32
rem 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 b5b6670

Please sign in to comment.