3 Star 5 Fork 1

dialogflowai/dialogflow

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
musl-zcc 211 Bytes
Copy Edit Raw Blame History
dialogflowchatbot authored 2025-02-03 21:04 +08:00 . Dump version to v1.17.5
#!/bin/sh
p=`echo $@ | sed 's/--target=x86_64-unknown-linux-musl/-target x86_64-linux-musl/g' | sed 's/--target=x86_64-unknown-linux-gnu/-target x86_64-linux-musl/g'`
echo $p
zig cc -target x86_64-linux-musl $p
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/dialogflowai/dialogflow.git
git@gitee.com:dialogflowai/dialogflow.git
dialogflowai
dialogflow
dialogflow
main

Search