Merge pull request #6088
e8c5ab515
gitian: fix out dir location (iDunk5400)
This commit is contained in:
commit
a48ef0a65a
|
@ -50,7 +50,7 @@ def rebuild():
|
|||
global args, workdir
|
||||
|
||||
print('\nBuilding Dependencies\n')
|
||||
os.makedirs('out/' + args.version, exist_ok=True)
|
||||
os.makedirs('../out/' + args.version, exist_ok=True)
|
||||
|
||||
if args.linux:
|
||||
print('\nCompiling ' + args.version + ' Linux')
|
||||
|
|
Loading…
Reference in New Issue