Skip to content

Commit 27c3ad2

Browse files
committed
Fix messed up prefix directory variable.
1 parent edbd57e commit 27c3ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain-m68k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ if __name__ == "__main__":
728728
getLogger().setLevel(logging.INFO)
729729

730730
if args.prefix is not None:
731-
setvar(target=args.prefix)
731+
setvar(prefix=args.prefix)
732732

733733
if not path.exists('{prefix}'):
734734
mkdir('{prefix}')

0 commit comments

Comments
 (0)