Skip to content

Commit 0d12f64

Browse files
committed
add headers to published artifact
1 parent 3096553 commit 0d12f64

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/start.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ createAAR() {
5454
cd $ROOTDIR
5555
}
5656

57+
copyHeaders() {
58+
printf "\n\n\t\t===================== adding headers to $ROOTDIR/dist/include =====================\n\n"
59+
mkdir -p $ROOTDIR/dist/include
60+
cp -Rf $TARGETDIR/webkit/Source/JavaScriptCore/API/*.h $ROOTDIR/dist/include
61+
}
62+
5763
export I18N=false
5864
prep
5965
compile
@@ -64,5 +70,8 @@ prep
6470
compile
6571
createAAR
6672

73+
copyHeaders
74+
6775
npm run info
76+
6877
echo "I am not slacking off, my code is compiling."

0 commit comments

Comments
 (0)