Work around GYP bug - use absolute paths
This commit is contained in:
parent
60e973172e
commit
48877edfb8
@ -13,7 +13,7 @@ import gyp
|
||||
|
||||
# Directory within which we want all generated files (including Makefiles)
|
||||
# to be written.
|
||||
output_dir = os.path.join(uv_root, 'out')
|
||||
output_dir = os.path.join(os.path.abspath(uv_root), 'out')
|
||||
|
||||
|
||||
def run_gyp(args):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user