Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Nov 23, 2024
1 parent 9a5583a commit ee5b09e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ export CIVER=${CIVER:-$DISTRIB}

TAG=emsdk

pushd ${SDKROOOT}
pushd ${SDKROOT}
echo "Removing $(wc -l sdk.base) files belonging to SDK"
for sdkfile in $(cat sdk.base)
do
rm $sdkfile
done
while IFS= read -r file ; do rm -- "$file" ; done < sdk.base
popd

echo "Making sdk-extra $TAG tarball" 1>&2


pushd /
mkdir -p /tmp/sdk

Expand Down

0 comments on commit ee5b09e

Please sign in to comment.