Remove all mentions of wxwidgets-install paths

* wxwidgets-install was left over from when we built wxWidgets.

* Don't set WX_CONFIG anymore.

* Remove WXWIDGETS_LD_LIBRARY_PATH as that is no longer needed.

Signed-off-by: Avery King <avery98@pm.me>
This commit is contained in:
Avery King
2023-01-15 21:21:56 -08:00
parent 45969c8fd3
commit bfcc80b9b0
2 changed files with 1 additions and 8 deletions

View File

@@ -93,7 +93,7 @@ ln -sf share/icons/hicolor/scalable/apps/tenacity.svg "${appdir}/.DirIcon"
# HACK: Some wxWidget libraries depend on themselves. Add
# them to LD_LIBRARY_PATH so that linuxdeploy can find them.
export LD_LIBRARY_PATH="${appdir}/usr/lib/tenacity:${WXWIDGETS_LD_LIBRARY_PATH}:${VCPKG_LIB_PATH}:${LD_LIBRARY_PATH-}"
export LD_LIBRARY_PATH="${appdir}/usr/lib/tenacity:${VCPKG_LIB_PATH}:${LD_LIBRARY_PATH-}"
# When running on GitHub actions - libararies are sometimes installed into the DEB_HOST_MULTIARCH
# based location