mirror of
https://codeberg.org/tenacityteam/tenacity
synced 2025-10-09 18:22:36 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user