Skip to content

Commit b69b581

Browse files
committed
fix bat file env var substitution
1 parent 53a3e19 commit b69b581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pixi/env.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
set CMAKE_GENERATOR="Visual Studio 17 2022"
2-
set BUILD_FOLDER=build_${PIXI_ENVIRONMENT_NAME}
3-
set EXE_PATH=$BUILD_FOLDER/RelWithDebInfo/rerun_ext_example
2+
set BUILD_FOLDER=build_%PIXI_ENVIRONMENT_NAME%
3+
set EXE_PATH=%BUILD_FOLDER%/RelWithDebInfo/rerun_ext_example

0 commit comments

Comments
 (0)