Skip to content

Commit

Permalink
mkdir JavaScriptCore
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 5, 2024
1 parent 2238cf3 commit 87c8e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo =====[ build jsc ]=====
cd webkit
#perl Tools/Scripts/build-webkit --jsc-only --cmakeargs="-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++" --verbose
perl Tools/Scripts/build-jsc --jsc-only
mkdir -p $WORKSPACE/jsc_bin/jsc/include
mkdir -p $WORKSPACE/jsc_bin/jsc/include/JavaScriptCore
mkdir -p $WORKSPACE/jsc_bin/jsc/lib/linux64
cp -r Source/bmalloc/bmalloc $WORKSPACE/jsc_bin/jsc/include/
cp -r Source/WTF/wtf $WORKSPACE/jsc_bin/jsc/include/
Expand Down

0 comments on commit 87c8e6b

Please sign in to comment.