1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-11-20 17:09:13 +00:00

Fix messed up prefix directory variable.

This commit is contained in:
Krystian Bacławski
2016-10-15 13:31:21 +02:00
parent edbd57e4e3
commit 27c3ad2eff

View File

@ -728,7 +728,7 @@ if __name__ == "__main__":
getLogger().setLevel(logging.INFO)
if args.prefix is not None:
setvar(target=args.prefix)
setvar(prefix=args.prefix)
if not path.exists('{prefix}'):
mkdir('{prefix}')