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

Function DolphinLib

configure.py:294–303  ·  view source on GitHub ↗
(lib_name: str, objects: List[Object])

Source from the content-addressed store, hash-verified

292
293# Helper function for Dolphin libraries
294def DolphinLib(lib_name: str, objects: List[Object]) -> Dict[str, Any]:
295 return {
296 "lib": lib_name,
297 "src_dir": "libs",
298 "mw_version": "GC/1.2.5n",
299 "cflags": cflags_dolphin,
300 "progress_category": "sdk",
301 "host": True,
302 "objects": objects,
303 }
304
305
306# Helper function for MSL libraries

Callers 1

configure.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected