|
continue dependLibName = dependProj.outputName splitName = os.path.splitext(dependLibName)[0] if splitName == lib or splitName == "lib{}".format( lib ): + if splitName.startswith( "lib" ):
ShadauxCat (on toolchain_ps4.py, line 155) commented
10 years ago
Why does this not just link the full path like gcc does? |
Reply ·0 | |
|