libmcp2221 icon indicating copy to clipboard operation
libmcp2221 copied to clipboard

Compiling for Mac (Ventura)

Open skal65535 opened this issue 2 years ago • 0 comments

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!

skal65535 avatar Dec 18 '22 14:12 skal65535