mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07: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:
parent
622f477ae9
commit
75421ef27c
1 changed files with 1 additions and 0 deletions
|
|
@ -497,6 +497,7 @@ echo "Building wxWidgets..."
|
|||
CONF_OPTS="
|
||||
--prefix=$INSTALL_DIR
|
||||
--disable-shared
|
||||
--disable-sys-libs
|
||||
--enable-unicode
|
||||
--with-cocoa
|
||||
--with-opengl
|
||||
|
|
|
|||
Loading…
Reference in a new issue