Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / include / makeinclude / platform_macosx_yosemite.GNU
blobd23fbda1c59ad96d891d71c784c1aab860c55149
1 include $(ACE_ROOT)/include/makeinclude/platform_macosx_mavericks.GNU
3 ## The following is to circumvent the restriction of System Integrity Protection (SIP)
4 ## by embedding the path information of dynamic libraries into the executables.
6 SOFLAGS += -install_name @rpath/$(notdir $@)
7 space := $(subst ,, )
9 LDFLAGS += $(foreach libpath,$(LIBPATHS),-rpath $(if $(filter "/%,$(subst $(space),;,$(libpath))),$(libpath),@executable_path/$(libpath)))