Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
macOS: Fix problem with bundle utilities with wxPython (commit 534ff9f
Browse files Browse the repository at this point in the history
…doesn't seem to be enough, add back DYLIB_RPATH_INSTALL from original KiCad soname patch)
  • Loading branch information
bstegmaier75 committed Jan 29, 2018
1 parent 9ae6eec commit 43d1dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -29350,7 +29350,7 @@ for i in \${libnames} ; do
done
EOF
chmod +x change-install-names
DYLIB_RPATH_INSTALL="\$(wx_top_builddir)/change-install-names \${DESTDIR}\${libdir} \${DESTDIR}\${bindir} \${libdir} \$(wx_top_builddir)/lib"
DYLIB_RPATH_INSTALL=""
fi

HEADER_PAD_OPTION="-headerpad_max_install_names"
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -3795,7 +3795,7 @@ for i in \${libnames} ; do
done
EOF
chmod +x change-install-names
DYLIB_RPATH_INSTALL="\$(wx_top_builddir)/change-install-names \${DESTDIR}\${libdir} \${DESTDIR}\${bindir} \${libdir} \$(wx_top_builddir)/lib"
DYLIB_RPATH_INSTALL=""
fi

dnl the HEADER_PAD_OPTION is required by some wx samples to avoid the error:
Expand Down

0 comments on commit 43d1dd0

Please sign in to comment.