Skip to content

Commit

Permalink
Fix incorrect Boost URL
Browse files Browse the repository at this point in the history
  • Loading branch information
iffyloop committed Aug 30, 2024
1 parent d2759ab commit 17ad509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cmake -G "Visual Studio 17 2022" -A x64 ../
cmake --build . --config Release
cd %AUTOREMESHER_BUILD_DIR%

curl -O https://archives.boost.io/release/1.66.0/source/boost_1_86_0.zip
curl -O https://archives.boost.io/release/1.86.0/source/boost_1_86_0.zip
tar -xf boost_1_86_0.zip
mkdir %AUTOREMESHER_BUILD_DIR%\Libraries
echo D | xcopy boost_1_86_0 %AUTOREMESHER_BUILD_DIR%\Libraries\boost_1_86_0 /s /e /q /y
Expand Down

0 comments on commit 17ad509

Please sign in to comment.