Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix setting of PKG_CONFIG_PATH and DYLD_LIBRARY_PATH in env.sh
PKG_CONFIG_PATH was definitely being set incorrectly, as radare2-binding's configure script was complaining about not finding r_core via pkg-config. I wasn't noticing any issues related to DYLD_LIBRARY_PATH, but it looked like it was clobbering the old value of it with LD_LIBRARY_PATH, rather than just prepending the new value.
- Loading branch information