Skip to content

Commit 30c46ad

Browse files
z3ntuYouw
authored andcommitted
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 signal11#151
1 parent f2611e0 commit 30c46ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testgui/copy_to_bundle.sh

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ function copydeps {
7777
}
7878

7979
rm -f $EXEPATH/*
80+
mkdir -p $EXEPATH
8081

8182
# Copy the binary into the bundle. Use ../libtool to do this if it's
8283
# available because if $EXE_NAME was built with autotools, it will be

0 commit comments

Comments
 (0)