mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 10:37:37 -07:00
gitian: fix out dir location
This commit is contained in:
parent
ff94771b47
commit
e8c5ab5155
@ -50,7 +50,7 @@ def rebuild():
|
|||||||
global args, workdir
|
global args, workdir
|
||||||
|
|
||||||
print('\nBuilding Dependencies\n')
|
print('\nBuilding Dependencies\n')
|
||||||
os.makedirs('out/' + args.version, exist_ok=True)
|
os.makedirs('../out/' + args.version, exist_ok=True)
|
||||||
|
|
||||||
if args.linux:
|
if args.linux:
|
||||||
print('\nCompiling ' + args.version + ' Linux')
|
print('\nCompiling ' + args.version + ' Linux')
|
||||||
|
Loading…
Reference in New Issue
Block a user