]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/env/010c.zsh
Tied variables can use different separator
[dotfiles.git] / zsh / .zsh / env / 010c.zsh
1 export -TU CFLAGS cflags " "
2 cflags=(-I$HOME/local/include -I/usr/local/include -I/usr/local/include/PCSC)
3
4 export -TU LDFLAGS ldflags " "
5 ldflags=(-L$HOME/local/lib -L/usr/local/lib)