Skip to content

Commit

Permalink
fix single quote/double quote issue in meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
hexploitable committed Oct 30, 2024
1 parent a48f1bb commit c24702c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ if have_gumjs
'cppgc_caged_heap=disabled',
]
if enable_bitcode
message("Enabling bitcode for V8")
message('Enabling bitcode for V8')
v8_opts += ['bitcode=enabled']
endif

Expand Down

0 comments on commit c24702c

Please sign in to comment.