MCPcopy Create free account
hub / github.com/nodejs/node / _GetConfigurationCondition

Function _GetConfigurationCondition

tools/gyp/pylib/gyp/generator/msvs.py:2904–2907  ·  view source on GitHub ↗
(name, settings, spec)

Source from the content-addressed store, hash-verified

2902
2903
2904def _GetConfigurationCondition(name, settings, spec):
2905 return r"'$(Configuration)|$(Platform)'=='%s|%s'" % _GetConfigurationAndPlatform(
2906 name, settings, spec
2907 )
2908
2909
2910def _GetMSBuildProjectConfigurations(configurations, spec):

Calls 1

Tested by

no test coverage detected