mirror of
https://github.com/Relintai/godot-mono-builds.git
synced 2024-11-14 10:27:25 +01:00
desktop: Only enable btls-lib on Windows
Follow-up to #47 and #49. This caused issues on macOS ARM64, see https://github.com/godotengine/build-containers/issues/95.
This commit is contained in:
parent
1cc1257eda
commit
2ef74ff260
@ -89,12 +89,12 @@ def setup_desktop_template(env: dict, opts: DesktopOpts, product: str, target_pl
|
||||
'--with-tls=pthread',
|
||||
'--without-ikvm-native',
|
||||
'--enable-btls',
|
||||
'--enable-btls-lib'
|
||||
]
|
||||
|
||||
if target_platform == 'windows':
|
||||
CONFIGURE_FLAGS += [
|
||||
'--with-libgdiplus=%s' % opts.mxe_prefix
|
||||
'--with-libgdiplus=%s' % opts.mxe_prefix,
|
||||
'--enable-btls-lib',
|
||||
]
|
||||
else:
|
||||
CONFIGURE_FLAGS += [
|
||||
|
Loading…
Reference in New Issue
Block a user