We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
%LIBRARY_BIN%
1 parent 0da2292 commit 5923f7eCopy full SHA for 5923f7e
docs/build_script.md
@@ -33,8 +33,8 @@ build:
33
- cp $RECIPE_DIR/my_script_with_recipe.sh $PREFIX/bin/super-cool-script.sh
34
- if: win
35
then:
36
- - mkdir %PREFIX%\bin
37
- - copy %RECIPE_DIR%\my_script_with_recipe.bat %PREFIX%\bin\super-cool-script.bat
+ - mkdir %LIBRARY_BIN%
+ - copy %RECIPE_DIR%\my_script_with_recipe.bat %LIBRARY_BIN%\super-cool-script.bat
38
```
39
40
## Environment variables
0 commit comments