We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a3e19 commit b69b581Copy full SHA for b69b581
pixi/env.bat
@@ -1,3 +1,3 @@
1
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
+set BUILD_FOLDER=build_%PIXI_ENVIRONMENT_NAME%
+set EXE_PATH=%BUILD_FOLDER%/RelWithDebInfo/rerun_ext_example
0 commit comments