mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:29:50 +00:00
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:
@@ -497,6 +497,7 @@ echo "Building wxWidgets..."
|
||||
CONF_OPTS="
|
||||
--prefix=$INSTALL_DIR
|
||||
--disable-shared
|
||||
--disable-sys-libs
|
||||
--enable-unicode
|
||||
--with-cocoa
|
||||
--with-opengl
|
||||
|
||||
Reference in New Issue
Block a user