Skip to content

Commit

Permalink
Update capi/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Carrazza <scarrazza@users.noreply.github.com>
  • Loading branch information
scarlehoff and scarrazza authored Jan 22, 2024
1 parent 3f86438 commit af869d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you installed to a non-standard location, you need to set up the `PKG_CONFIG_
```bash
export PKG_CONFIG_PATH=${VIRTUAL_ENV}/lib/pkgconfig/:${PKG_CONFIG_PATH}:
export LD_LIBRARY_PATH=${VIRTUAL_ENV}/lib/:${LD_LIBRARY_PATH}:
export DYLD_LIBRARY_PATH=${VIRTUAL_ENV}/lib:${DYLD_LIBRARY_PATH}Ñ
export DYLD_LIBRARY_PATH=${VIRTUAL_ENV}/lib:${DYLD_LIBRARY_PATH}:
```


Expand Down

0 comments on commit af869d1

Please sign in to comment.