libchat/.cargo/config.toml
Jazz Turner-Baggs 798fbf731a
Rust -> Nim ABI (#62)
* Use correct build hook

* force sret like return from rust code for nim compatibility

* Fix target mismatch

* Update usages
2026-02-24 15:28:02 -08:00

8 lines
410 B
TOML

[env]
# Pin the macOS deployment target so vendored C/C++ builds (SQLCipher, OpenSSL)
# compile with the same minimum version as the Nim linker expects.
# Without this, the host SDK version is used (currently 15.5), causing
# "was built for newer macOS version" linker warnings.
# This is caused by nimble and cargo defaulting to different targets.
MACOSX_DEPLOYMENT_TARGET = { value = "15.0", force = false }