Actually make sure WebUSB links

This commit is contained in:
wuggy 2026-09-19 12:11:35 -07:00
commit e686f8a313

View file

@ -23,3 +23,7 @@ UNIFIED_SOURCES += [
if CONFIG['OS_TARGET'] == 'WINNT': if CONFIG['OS_TARGET'] == 'WINNT':
SOURCES += ['USBBackendWin.cpp'] SOURCES += ['USBBackendWin.cpp']
OS_LIBS += ['setupapi', 'winusb'] OS_LIBS += ['setupapi', 'winusb']
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'