I assume you modified v8's source to require this library. In that case, you'd add a 'libraries': [ '-lboost_regex' ] section to the corresponding gyp target (e.g. in tools/gyp/v8.gyp if that's the target you modified)
best -jochen On Wed, Jan 27, 2016 at 4:36 PM Deepak Subramanian <[email protected]> wrote: > How do I add the flag -lboost_regex to the compilation ? > > Thanks > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
