--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
When I build a project,it always come to the toolset 'host' but not 'target',but my shared library only support the 'target' build.How do I check the build script to make the build only done on 'target' toolset?
--