Skip to content

Commit

Permalink
redefinition of ‘struct std::remove_cvref<_Tp>’
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 5, 2024
1 parent ac1b8f7 commit 9591dbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ if [ ! -d "webkit" ]; then
fi
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-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/lib/linux64
cp -r Source/bmalloc/bmalloc $WORKSPACE/jsc_bin/jsc/include/
Expand Down

0 comments on commit 9591dbb

Please sign in to comment.