MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / use_wibo

Method use_wibo

tools/project.py:272–278  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

270
271 # Determines whether or not to use wibo as the compiler wrapper.
272 def use_wibo(self) -> bool:
273 return (
274 self.wibo_tag is not None
275 and sys.platform == "linux"
276 and platform.machine() in ("i386", "x86_64")
277 and self.wrapper is None
278 )
279
280
281def is_windows() -> bool:

Callers 2

compiler_wrapperMethod · 0.95
generate_build_ninjaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected