I was having problems with creating snapshots in 11.8.173 so i diecided to moved up to the current chrome stable relase of v8 of 12.2.281. When i run my biuild script it seems that thin arcvies are being built now for a static library ratehr than the normal static .a libraries on MacOS. I even see a note in the build folder thats installed about them not working with the mac linker.
My build args
gn_args_release = {
'is_debug': 'false',
'is_component_build': 'false',
'v8_monolithic': 'false',
'v8_use_external_startup_data': 'true',
'dcheck_always_on': 'false',
'use_custom_libcxx': 'false',
'v8_static_library': 'true',
'v8_enable_pointer_compression_shared_cage ': 'false',
"v8_use_libm_trig_functions":"false",
}
Not sure whats up but i kinda feel this may be a build tool error.