Skip to content

Commit

Permalink
Merge pull request #65 from akien-mga/btls-lib-windows-only
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored May 9, 2022
2 parents 1cc1257 + 2ef74ff commit 62c407f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 += [
Expand Down

0 comments on commit 62c407f

Please sign in to comment.