Skip to content

Commit

Permalink
Don't copy to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rydermackay authored and adamtharani committed Aug 5, 2021
1 parent 8928808 commit 71f0d1e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions scripts/get-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,3 @@ for dep in $deps ; do
name="$dep"
get_prebuilt_dep
done

deps+=" libsasl-ios"
if test "x$CONFIGURATION_BUILD_DIR" != x ; then
mkdir -p "$CONFIGURATION_BUILD_DIR"
cd "$scriptpath/../Externals"
for dep in $deps ; do
if test -d "$dep" ; then
if test -d "$dep"/lib ; then
rsync -a "$dep"/lib/ "$CONFIGURATION_BUILD_DIR"
fi
if test -d "$dep"/include ; then
rsync -a "$dep"/include/ "$CONFIGURATION_BUILD_DIR/include/"
fi
fi
done
fi

0 comments on commit 71f0d1e

Please sign in to comment.