Skip to content

Commit 5923f7e

Browse files
authored
docs(build_script): use %LIBRARY_BIN% (#2022)
1 parent 0da2292 commit 5923f7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build_script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ build:
3333
- cp $RECIPE_DIR/my_script_with_recipe.sh $PREFIX/bin/super-cool-script.sh
3434
- if: win
3535
then:
36-
- mkdir %PREFIX%\bin
37-
- copy %RECIPE_DIR%\my_script_with_recipe.bat %PREFIX%\bin\super-cool-script.bat
36+
- mkdir %LIBRARY_BIN%
37+
- copy %RECIPE_DIR%\my_script_with_recipe.bat %LIBRARY_BIN%\super-cool-script.bat
3838
```
3939
4040
## Environment variables

0 commit comments

Comments
 (0)