提交 e8bbc0be 作者: Jeromy Johnson 提交者: GitHub

Merge pull request #3680 from ipfs/feat/makefile/fix-path-in-shell

make: fix PATH escaping
# General tools
SHELL=PATH=$(PATH) /bin/sh
SHELL=PATH='$(PATH)' /bin/sh
PROTOC = protoc --gogo_out=. --proto_path=.:/usr/local/opt/protobuf/include:$(dir $@) $<
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论