mirror of
https://github.com/Relintai/godot-mono-builds.git
synced 2024-11-12 10:25:10 +01:00
Revert "desktop: Only enable btls-lib on Windows"
This reverts commit 2ef74ff260
.
This doesn't work on Windows as is either, so a full revert of #47 is needed.
Might be specific to MinGW cross compilation but this needs further work
either way.
This commit is contained in:
parent
c865201eba
commit
20368d7289
@ -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,
|
||||
'--enable-btls-lib',
|
||||
'--with-libgdiplus=%s' % opts.mxe_prefix
|
||||
]
|
||||
else:
|
||||
CONFIGURE_FLAGS += [
|
||||
|
Loading…
Reference in New Issue
Block a user