mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-01-31 01:25:21 +01:00
Otherwise hidapi-testgui will be put at TestGUI.app/Contents/MacOS which results in a malformed .app structure. The following build combinations have been tested: * 'make -f Makefile-manual' with libtool * 'make -f Makefile-manual' without libtool * './configure --enable-testgui && make' Fixes #151