mirror of
https://github.com/monero-project/monero.git
synced 2025-12-15 09:52:50 +01:00
gitian: fix out dir location
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user