mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
windows: Add -lsetupapi when building for WIN32.
This commit is contained in:
parent
d179da05c0
commit
6692d8c13f
@ -37,6 +37,10 @@ endif
|
||||
|
||||
libserialport_la_LIBADD = $(LIBOBJS)
|
||||
|
||||
if WIN32
|
||||
libserialport_la_LIBADD += -lsetupapi
|
||||
endif
|
||||
|
||||
libserialport_la_LDFLAGS = $(SP_LIB_LDFLAGS)
|
||||
|
||||
library_includedir = $(includedir)
|
||||
|
Loading…
Reference in New Issue
Block a user