mirror of
https://github.com/wisdgod/cursor-api.git
synced 2025-12-24 13:38:01 +08:00
10 lines
263 B
TOML
10 lines
263 B
TOML
[target.x86_64-unknown-linux-gnu]
|
|
dockerfile = "Dockerfile.cross"
|
|
|
|
[target.x86_64-unknown-freebsd]
|
|
pre-build = [
|
|
"pkg update",
|
|
"pkg install -y node20 www/npm protobuf ca_root_nss bash gmake pkgconf openssl",
|
|
"export SSL_CERT_FILE=/etc/ssl/cert.pem"
|
|
]
|