Skip to content

MacOS Fix, master branch (2017.06.26.)

Made sure that /usr/X11R6/lib would not be put into DYLD_LIBRARY_PATH on MacOS. Since doing so can break the build in certain cases. And in any case, that directory should not be added explicitly to the environment anyway.

At the same time, fixed a typo in the affected line. (/ -> |)

I wondered about doing the same for /usr/X11R6/include, but that didn't seem to make a difference.

Merge request reports