mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-05 06:07:35 -05:00
gitian: fix out dir location
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user