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

Method package_info

deps/v8/third_party/abseil-cpp/conanfile.py:46–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.copy("*.lib", dst="lib", src=".", keep_path=False)
45
46 def package_info(self):
47 if self.settings.os == "Linux":
48 self.cpp_info.libs = ["-Wl,--start-group"]
49 self.cpp_info.libs.extend(tools.collect_libs(self))
50 if self.settings.os == "Linux":
51 self.cpp_info.libs.extend(["-Wl,--end-group", "pthread"])

Callers

nothing calls this directly

Calls 1

extendMethod · 0.45

Tested by

no test coverage detected