We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3096553 commit 0d12f64Copy full SHA for 0d12f64
scripts/start.sh
@@ -54,6 +54,12 @@ createAAR() {
54
cd $ROOTDIR
55
}
56
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
+
63
export I18N=false
64
prep
65
compile
@@ -64,5 +70,8 @@ prep
70
71
createAAR
66
72
73
+copyHeaders
74
67
75
npm run info
76
68
77
echo "I am not slacking off, my code is compiling."
0 commit comments