mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Actually make sure WebUSB links
This commit is contained in:
parent
6d2b75cee4
commit
e686f8a313
1 changed files with 4 additions and 0 deletions
|
|
@ -23,3 +23,7 @@ UNIFIED_SOURCES += [
|
|||
if CONFIG['OS_TARGET'] == 'WINNT':
|
||||
SOURCES += ['USBBackendWin.cpp']
|
||||
OS_LIBS += ['setupapi', 'winusb']
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue