mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 06:38:45 +01:00
Set working directory for Linux libuv compile.
This commit is contained in:
@ -80,7 +80,7 @@ def build_libuv_mac():
|
||||
|
||||
def build_libuv_linux():
|
||||
run(["python", LIB_UV_DIR + "/gyp_uv.py", "-f", "make"])
|
||||
run(["make", "-C", "out"])
|
||||
run(["make", "-C", "out"], cwd=LIB_UV_DIR)
|
||||
|
||||
|
||||
def build_libuv_windows():
|
||||
|
||||
Reference in New Issue
Block a user