Завершить разделение SDK и внешних проектов
This commit is contained in:
@@ -221,8 +221,6 @@ def main():
|
||||
ap.add_argument("--snapshot-dir", help="каталог кадров, по умолчанию build/mame-autotest")
|
||||
args = ap.parse_args()
|
||||
profile = from_arguments(args)
|
||||
if profile.binary is None and (Path(PROJECT_ROOT)/"mame/v306/mame.arm").is_file():
|
||||
profile = MameProfile.resolve({"MAME_HOME":str(Path(PROJECT_ROOT)/"mame/v306")})
|
||||
try:
|
||||
profile.validate(dss=True)
|
||||
except ValueError as error:
|
||||
|
||||
Reference in New Issue
Block a user