mirror of
https://github.com/darlinghq/darling-JavaScriptCore.git
synced 2024-11-26 21:50:53 +00:00
Update jsc
build condition
This commit is contained in:
parent
a189bb5f80
commit
1083e4e3cf
@ -2260,8 +2260,8 @@ target_link_options(JavaScriptCore PRIVATE
|
||||
-Wl,-all_load
|
||||
)
|
||||
|
||||
if(ADDITIONAL_PACKAGES)
|
||||
# this isn't included on a default macOS install (which is why it's only built with `ADDITIONAL_PACKAGES`),
|
||||
if (COMPONENT_cli_extra)
|
||||
# this isn't included on a default macOS install (which is why it's only built with `COMPONENT_cli_extra`),
|
||||
# but i think it's a pretty neat party trick; great for showing off JavaScriptCore in action on the command line
|
||||
add_darling_executable(jsc
|
||||
jsc.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user