mirror of
https://github.com/waku-org/waku-rust-bindings.git
synced 2025-01-22 04:31:05 +00:00
7ce8cadaa5
* Make go discoverable in unix systems * Refactor build script * Fix which path * Fix typo in error message * Added gh actions ci * Fix lib_dir path * Use checkout v3 * Use recursive submodules * Filter branches Use submodule force update * Use git directly instead of action * Build go with relative paths * Added missing cargo config file * Use target os instead of family * Add targets to matrix * Try to use default for target * Set toolchain * Fix toolchain matrix
4 lines
269 B
TOML
4 lines
269 B
TOML
[target.'cfg(target_os = "macos")']
|
|
# when using osx, we need to link against some golang libraries, it did just work with this missing flags
|
|
# from: https://github.com/golang/go/issues/42459
|
|
rustflags = ["-C", "link-args=-framework CoreFoundation -framework Security"] |