mirror of
https://github.com/monero-project/monero.git
synced 2025-02-14 17:51:25 -05:00
Merge pull request #6089
ac925ba17 [v0.15] gitian: fix out dir location (iDunk5400)
This commit is contained in:
commit
69c488a479
@ -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…
x
Reference in New Issue
Block a user