Skip to content

Commit

Permalink
fix: build libv8.dylib need is_component_build = true
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Sep 16, 2024
1 parent 6e4eff1 commit 0f59c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: cd v8 && ./tools/dev/v8gen.py x64.release -vv
- run: cd v8 && rm ./out.gn/x64.release/args.gn
- run: |
echo 'is_component_build = false
echo 'is_component_build = true
is_debug = false
target_cpu = "x64"
v8_target_cpu = "x64"
Expand Down

0 comments on commit 0f59c49

Please sign in to comment.