Skip to content

Commit

Permalink
MacOS: bundle quickfix (#26)
Browse files Browse the repository at this point in the history
* Fixed make clean not removing macosx build directories.

* Tweaks...
  • Loading branch information
sbzappa authored Aug 9, 2022
1 parent 4c9907a commit 15a242b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macosx/bundle_macosx_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ done
SRC_DIR=`dirname $0`

if test $CLEAR_THIRD_PARTY = yes ; then
rm -fr $BUILD_DIR
rm -fr $LIB_DIR
rm -fr $SRC_DIR/$BUILD_DIR
rm -fr $SRC_DIR/$LIB_DIR
fi

# Early out if executable is not specified.
Expand Down

0 comments on commit 15a242b

Please sign in to comment.