Merge pull request #6088

e8c5ab515 gitian: fix out dir location (iDunk5400)
This commit is contained in:
Riccardo Spagni 2019-11-04 06:14:05 -08:00
commit a48ef0a65a
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
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')