mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
gitian: fix out dir location
This commit is contained in:
parent
ff94771b47
commit
e8c5ab5155
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue