mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
Rename path variable due to zsh conflict (#9610)
This commit is contained in:
parent
9c4cf0f961
commit
980ade01c8
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ genrule(
|
|||
],
|
||||
cmd = """
|
||||
tmpdir="redis.tmp"
|
||||
path=$(location Makefile)
|
||||
cp -p -L -R -- "$${path%/*}" "$${tmpdir}"
|
||||
p=$(location Makefile)
|
||||
cp -p -L -R -- "$${p%/*}" "$${tmpdir}"
|
||||
chmod +x "$${tmpdir}"/deps/jemalloc/configure
|
||||
parallel="$$(getconf _NPROCESSORS_ONLN || echo 1)"
|
||||
make -s -C "$${tmpdir}" -j"$${parallel}" V=0 CFLAGS="$${CFLAGS-} -DLUA_USE_MKSTEMP -Wno-pragmas -Wno-empty-body"
|
||||
|
|
Loading…
Add table
Reference in a new issue