MCPcopy Create free account
hub / github.com/doldecomp/mkdd / use_wibo

Method use_wibo

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

Source from the content-addressed store, hash-verified

283
284 # Determines whether or not to use wibo as the compiler wrapper.
285 def use_wibo(self) -> bool:
286 return (
287 self.wibo_tag is not None
288 and sys.platform == "linux"
289 and platform.machine() in ("i386", "x86_64")
290 and self.wrapper is None
291 )
292
293
294def is_windows() -> bool:

Callers 2

compiler_wrapperMethod · 0.95
generate_build_ninjaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected