Re: [v8-users] Re: What's the correct way to build V8 as a static library on macOS?

2016-12-05 Thread Jochen Eisinger
sorry for the long delay in answering. I don't know how to control the rpath, maybe asking on gn-...@chromium.org is an option? On Mon, Nov 28, 2016 at 11:05 AM John Gardner wrote: > Ah awesome, thanks! > > Similar question: is it possible to set the rpath at

Re: [v8-users] Re: What's the correct way to build V8 as a static library on macOS?

2016-11-28 Thread John Gardner
Ah awesome, thanks! Similar question: is it possible to set the rpath at linking-time when compiling a component build? It doesn't seem like ldflags can be modified from a configuration-level. Perhaps I'm using the wrong approach... I need each dylib to be compiled with an absolute rpath

Re: [v8-users] Re: What's the correct way to build V8 as a static library on macOS?

2016-11-28 Thread Jochen Eisinger
with https://codereview.chromium.org/2373783002/ it should be possible to set v8_static_library to true to get static libraries On Sat, Nov 26, 2016 at 9:05 AM John Gardner wrote: > A tracking issue at > Electron's

[v8-users] Re: What's the correct way to build V8 as a static library on macOS?

2016-11-26 Thread John Gardner
A tracking issue at Electron's repository confirms that it's not possible to build static libraries using GN: Under gn, there is no way to have v8 build as a standalone static library. > This is because v8 and other intermediate targets used

[v8-users] Re: What's the correct way to build V8 as a static library on macOS?

2016-11-25 Thread John Gardner
I'd like to know this as well. Specifically, for updating Homebrew's version of V8 , which requires an entirely new formula. -- -- v8-users mailing list v8-users@googlegroups.com