Skip to content

Commit

Permalink
fix bat file env var substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Aug 6, 2024
1 parent 53a3e19 commit b69b581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pixi/env.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set CMAKE_GENERATOR="Visual Studio 17 2022"
set BUILD_FOLDER=build_${PIXI_ENVIRONMENT_NAME}
set EXE_PATH=$BUILD_FOLDER/RelWithDebInfo/rerun_ext_example
set BUILD_FOLDER=build_%PIXI_ENVIRONMENT_NAME%
set EXE_PATH=%BUILD_FOLDER%/RelWithDebInfo/rerun_ext_example

0 comments on commit b69b581

Please sign in to comment.