mirror of
https://github.com/ProDOS-8/xHD.git
synced 2025-02-19 23:29:29 +00:00
Don't link against cfgmgr32.
It's done in https://github.com/scottmudge/libserialport-cmake/blob/master/CMakeLists.txt#L39 therefore I did it too but it isn't necessary and it isn't done in https://sigrok.org/gitweb/?p=libserialport.git;a=blob;f=configure.ac;hb=HEAD#l95.
This commit is contained in:
parent
d810db6f49
commit
56bc098f41
@ -5,7 +5,7 @@ LDLIBS = -lserialport
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
|
||||
LDLIBS += -lcfgmgr32 -lsetupapi
|
||||
LDLIBS += -lsetupapi
|
||||
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
|
Loading…
x
Reference in New Issue
Block a user