aboutsummaryrefslogtreecommitdiffstats
path: root/bin/env.sh
Commit message (Collapse)AuthorAgeFilesLines
* env.sh: set LD_LIBRARY_PATH and DYLD_LIBRARY_PATHWei-Ning Huang2018-09-211-0/+4
|
* bin: allow non-root homebrew install to work (#113)Wei-Ning Huang2018-09-181-0/+11
In order for non-root homebrew install to work, we need to setup some custom CFLAGS and LDFLAGS variables, we also need to patch the mcl library so we are able to build. A PR is sent to the mcl upstream, the local patch will be removed once the upstream PR is merged.