Skip to content

Commit

Permalink
update win build script for vs 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Feb 13, 2024
1 parent 88224f4 commit 6db73ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_pestpp_win_no_ifort.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ copy /y *.zip ..\

cd ..
rem call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
rmdir /Q /S build
mkdir build
cd build
Expand Down

0 comments on commit 6db73ab

Please sign in to comment.