]> git.saurik.com Git - wxWidgets.git/commit
Fix install_name_tool calls in OS X "make install".
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Oct 2013 10:34:49 +0000 (10:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Oct 2013 10:34:49 +0000 (10:34 +0000)
commitda6f998486f1070e205f2e0a54f22a1b67cb32a4
tree7d98d186490550be49809094a812089165e405ed
parent4e21ce0825a34b77f1c0bad9a209d9e33cbc7d96
Fix install_name_tool calls in OS X "make install".

Unfortunately the changes of r74909 (see #15452) don't seem to have been
tested and broke "make install" completely as libraries were not found in the
"bin" directory where the script was looking for them. Fix it to use "lib"
subdirectory as intended.

Closes #15551.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in