libmcp2221
libmcp2221 copied to clipboard
Compiling for Mac (Ventura)
Hi,
FYI, i had to use the extra options '-framework CoreFoundation -framework IOKit' instead of '-ludev' when compiling for Mac with clang. You may want to have a special section in the Makefile for it.
Also, '-static-gcc' is not recognized by clang, although '-static-libstdc++' is.
Thanks!