Fix runtime error pt2

This commit is contained in:
wuggy 2026-07-06 12:08:46 +01:00
commit d563d4cfa5

View file

@ -67,7 +67,7 @@ if CONFIG['OS_TARGET'] == 'WINNT':
'cubeb_winmm.c',
]
DEFINES['USE_WINMM'] = True
if CONFIG['MOZ_SAMPLE_TYPE_FLOAT32']:
if CONFIG['MOZ_SAMPLE_TYPE_FLOAT32'] and not CONFIG['GNU_CC']:
DEFINES['USE_WASAPI'] = True
SOURCES += [
'cubeb_wasapi.cpp',