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

Function _GetLibraryDirs

tools/gyp/pylib/gyp/generator/msvs.py:1273–1285  ·  view source on GitHub ↗

Returns the list of directories to be used for library search paths. Arguments: config: The dictionary that defines the special processing to be done for this configuration. Returns: The list of directory paths.

(config)

Source from the content-addressed store, hash-verified

1271
1272
1273def _GetLibraryDirs(config):
1274 """Returns the list of directories to be used for library search paths.
1275
1276 Arguments:
1277 config: The dictionary that defines the special processing to be done
1278 for this configuration.
1279 Returns:
1280 The list of directory paths.
1281 """
1282
1283 library_dirs = config.get("library_dirs", [])
1284 library_dirs = _FixPaths(library_dirs)
1285 return library_dirs
1286
1287
1288def _GetLibraries(spec):

Callers 2

_FinalizeMSBuildSettingsFunction · 0.85

Calls 2

_FixPathsFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected