
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
#!/bin/sh |
|||
|
|||
set -e |
|||
dir="$1" |
|||
echo "$dir/build-android/include/pEp" |
|||
mkdir -p "$dir/build-android/include/pEp" |
|||
cd "." |
|||
echo `pwd` |
|||
cp ../../*.h* "$dir/build-android/include/pEp" |
|||
|
Loading…
Reference in new issue