未验证 提交 7b9dde2d 编写于 作者: PhoenixTree2013's avatar PhoenixTree2013 提交者: GitHub

fix compile error (#571)

上级 0f268ff9
...@@ -17,8 +17,10 @@ endif ...@@ -17,8 +17,10 @@ endif
release: release:
bazel build --config=PLATFORM_HARDWARE $(BUILD_FLAG) ${TARGET} bazel build --config=PLATFORM_HARDWARE $(BUILD_FLAG) ${TARGET}
ln -s bazel-bin/cli primihub-cli rm -f primihub-cli
ln -s bazel-bin/node primihub-node ln -s -f bazel-bin/cli primihub-cli
rm -f primihub-node
ln -s -f bazel-bin/node primihub-node
#linux_x86_64: #linux_x86_64:
# bazel build --config=linux_x86_64 ${TARGET} # bazel build --config=linux_x86_64 ${TARGET}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册