Skip to content

Commit

Permalink
Fixed MSVC development build.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismile committed Aug 23, 2024
1 parent b362e20 commit 4386a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-msvc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ set run_program=true
set debug=false
set devel=false
set clean=false
set build_dir=".build"
set destination_dir="Shipping"
set build_dir=.build
set destination_dir=Shipping
set vcpkg_triplet="x64-windows"
:: Leave empty to let cmake try to find the correct paths
set optix_install_dir=""
Expand Down

0 comments on commit 4386a05

Please sign in to comment.