mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-18 10:34:30 -04:00
testgui: ensure $EXEPATH is a directory
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
This commit is contained in:
@@ -77,6 +77,7 @@ function copydeps {
|
||||
}
|
||||
|
||||
rm -f $EXEPATH/*
|
||||
mkdir -p $EXEPATH
|
||||
|
||||
# Copy the binary into the bundle. Use ../libtool to do this if it's
|
||||
# available because if $EXE_NAME was built with autotools, it will be
|
||||
|
||||
Reference in New Issue
Block a user