diff --git a/Cross.toml b/Cross.toml index d8a14064..00b6f37e 100644 --- a/Cross.toml +++ b/Cross.toml @@ -12,4 +12,7 @@ pre-build = [ "apt-get update && apt-get --assume-yes install unzip", "curl -fsSL https://bun.sh/install | bash -s 'bun-v1.0.0'", ". /root/.bashrc" -] \ No newline at end of file +] + +[build.env] +passthrough = ["SKIP_BINDINGS", "SKIP_BUN"]