Skip to content

Commit

Permalink
jsc: fix build (#11173)
Browse files Browse the repository at this point in the history
This is an attempt to fix broken build
  • Loading branch information
DavidKorczynski authored Nov 6, 2023
1 parent 3464f48 commit ab2a415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/jsc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Tools/Scripts/build-jsc \
--cmakeargs="-DENABLE_STATIC_JSC=ON -DUSE_THIN_ARCHIVES=OFF -DWEBKIT_LIBRARIES_DIR=$DEPS_PATH -DWEBKIT_LIBRARIES_INCLUDE_DIR=$DEPS_PATH/include -DWEBKIT_LIBRARIES_LINK_DIR=$DEPS_PATH/lib" \
--makeargs='-v'

cp WebKitBuild/Debug/bin/jsc $OUT
cp WebKitBuild/JSCOnly/Debug/bin/jsc $OUT

0 comments on commit ab2a415

Please sign in to comment.