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:
@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user