mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Support Wine 6.23's fixed winedbg arg handling
I was about to rebase the patch I've been resubmitting to Wine that fixed this when I noticed that https://github.com/wine-mirror/wine/commit/94ca4be2a62cdb05adaee524084875b04b283afb now does the same thing.
This commit is contained in:
@@ -139,6 +139,10 @@ if wine_version.returncode() == 0
|
||||
message('- Using the cdecl calling convention')
|
||||
compiler_options += '-DWINE_USE_CDECL'
|
||||
endif
|
||||
if wine_version.stdout().version_compare('<6.23') and with_winedbg
|
||||
message('- Using legacy winedbg argument quoting')
|
||||
compiler_options += '-DWINEDBG_LEGACY_ARGUMENT_QUOTING'
|
||||
endif
|
||||
else
|
||||
warning('Unable to determine the current Wine version')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user