qianchenzhumeng
qianchenzhumeng
@TomasHubelbauer, use the static lib, and modify the last line of libusb.pc to: ``` Libs: -L${libdir} -lusb-1.0 ``` There is my libusb.pc: ``` prefix=C:\MinGW exec_prefix=${prefix} includedir=${prefix}/include/libusb-1.0 libdir=${exec_prefix}/lib/libusb Name: libusb Description:...
> I wanted to use this for checking RTOS like style, which it use different prefix based on variable/function type, for ex: void vSomething etc.. so is there a possible...
Also pinging on this feature.