On mac os x, I’m trying to link against frameworks that are in a non standard location.
Is there any environment variable as LIBRARY_PATH but for frameworks to tell the compilers to look before at the Libraries located into a certain directory?
On mac os x, I’m trying to link against frameworks that are in a
Share
DYLD_FRAMEWORK_PATH is what you want.