Skip to content

Commit

Permalink
On Windows, gusb depends on gtimer and gpoll.
Browse files Browse the repository at this point in the history
  • Loading branch information
matlo committed Oct 23, 2016
1 parent 51ff7aa commit 757a9a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shared/gasync/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ build-src/poll: build-src/common
build-src/input: build-src/hid build-src/poll
build-src/hid: build-src/common
build-src/serial: build-src/common
build-src/usb: build-src/timer
ifeq ($(OS),Windows_NT)
build-src/usb: build-src/timer build-src/poll
endif

clean: $(CLEANDIRS)
$(CLEANDIRS):
Expand Down

0 comments on commit 757a9a1

Please sign in to comment.