mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-25 20:45:27 -04:00
30c46ad876
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