forked from mirrors/0ad
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