Disable system libs for WxWidgets

This is needed on recent wxWidgets versions to prevent fetching native libraries on the system while we are cross-compiling for Intel bundles.
This commit is contained in:
Lancelot de Ferrière 2025-05-19 20:42:13 +02:00
parent 622f477ae9
commit 75421ef27c

View file

@ -497,6 +497,7 @@ echo "Building wxWidgets..."
CONF_OPTS="
--prefix=$INSTALL_DIR
--disable-shared
--disable-sys-libs
--enable-unicode
--with-cocoa
--with-opengl