gitian: fix out dir location

This commit is contained in:
iDunk5400 2019-11-04 02:08:10 +01:00
parent ff94771b47
commit e8c5ab5155
No known key found for this signature in database
GPG Key ID: 0F1715596D812FD8
1 changed files with 1 additions and 1 deletions

View File

@ -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')