]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/env/010c.zsh
Make zathura configuration file aware
[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)
6
7 export -TU CXXFLAGS cxxflags " "
8 cxxflags=($cflags)