From: Kevin Ollivier Date: Sun, 15 Mar 2009 16:07:56 +0000 (+0000) Subject: On Mac, ensure that the library path and dependencies point to the right location... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/19beefa6f3462a1418ea8ee760f1229b5020f053 On Mac, ensure that the library path and dependencies point to the right location whether or not the library is installed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 1618f74ee9..ceea7fb5e0 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -637,8 +637,10 @@ $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\r $(RCDEFDIR) $(TOP_SRCDIR)include + $(DYLIB_RPATH_POSTLINK) $(WXTOPDIR)src/msw/version.rc + diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index 99efd7b1f2..17a9e686c9 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -362,8 +362,9 @@ to run the tests, include CppUnit library here.