Skip to content

Commit 66785c1

Browse files
committed
Merge branch 'master' into 2.19.2
2 parents 6ec7e4d + 0d12f64 commit 66785c1

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
@@ -61,6 +61,12 @@ createAAR() {
6161
cd $ROOTDIR
6262
}
6363

64+
copyHeaders() {
65+
printf "\n\n\t\t===================== adding headers to $ROOTDIR/dist/include =====================\n\n"
66+
mkdir -p $ROOTDIR/dist/include
67+
cp -Rf $TARGETDIR/webkit/Source/JavaScriptCore/API/*.h $ROOTDIR/dist/include
68+
}
69+
6470
export I18N=false
6571
prep
6672
compile
@@ -71,5 +77,8 @@ prep
7177
compile
7278
createAAR
7379

80+
copyHeaders
81+
7482
npm run info
83+
7584
echo "I am not slacking off, my code is compiling."

0 commit comments

Comments
 (0)