GYP can build "host" and "target" binaries running on the build and the
target system, respectively. They can be compatible, in which case building
a single copy is enough. This section handles that definition for a
specific GYP target.

For more background on GYP capabilities and syntax, look at the
documentation at http://gyp.googlecode.com.


On Fri, May 11, 2012 at 7:29 AM, soulfree <[email protected]> wrote:

> In a gyp file, I found the configuration below. I can't understand it
> but someone can give me the answer?
>
>          'conditions': [
>            ['want_separate_host_toolset==1', {
>              'toolsets': ['host', 'target'],
>            }, {
>              'toolsets': ['target'],
>            }],
>          ],
>
>

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to