[v8-users] Error while creating static lib for mac arm and x86 machines

2023-07-31 Thread 'Shivam Gupta' via v8-users
Hi Guys, I am trying to create a static lib(monolith) for v8 11.3(11.3.244.12-pgo) but while doing so I see below error in mksnapshot: *[1424/1433] LINK ./mksnapshot* FAILED: mksnapshot mksnapshot.dSYM/Contents/Info.plist mksnapshot.dSYM/Contents/Resources/DWARF/mksnapshot TOOL_VERSION=169048

[v8-users] Re: Error while creating static lib for mac arm and x86 machines

2024-01-05 Thread 'Shivam Gupta' via v8-users
Found a workaround to create static file successfully but I am not sure if this is a valid method: I found that removing use_custom_libcxx=false gn args created the static successfully. In the documentation I read that use_custom_libcxx is used to use c++ library present in buildTools. My System