Skip to content
Snippets Groups Projects
Commit a73bf3fb authored by Marek Vavruša's avatar Marek Vavruša
Browse files

travis: dyld library path for local depends

parent 7cd4ea40
Branches
Tags
No related merge requests found
......@@ -12,6 +12,7 @@ env:
global:
- PKG_CONFIG_PATH="${HOME}/.local/lib/pkgconfig"
- LD_LIBRARY_PATH="${HOME}/.local/lib"
- DYLD_LIBRARY_PATH="${HOME}/.local/lib"
- PATH="${PATH}:${HOME}/.local/bin"
- CFLAGS="${CFLAGS} -O0 -g -DNDEBUG"
before_script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment