Skip to content

Commit 757a9a1

Browse files
author
matlo
committed
On Windows, gusb depends on gtimer and gpoll.
1 parent 51ff7aa commit 757a9a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shared/gasync/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ build-src/poll: build-src/common
2222
build-src/input: build-src/hid build-src/poll
2323
build-src/hid: build-src/common
2424
build-src/serial: build-src/common
25-
build-src/usb: build-src/timer
25+
ifeq ($(OS),Windows_NT)
26+
build-src/usb: build-src/timer build-src/poll
27+
endif
2628

2729
clean: $(CLEANDIRS)
2830
$(CLEANDIRS):

0 commit comments

Comments
 (0)