bazel-contrib / rules_foreign_cc

Build rules for interfacing with "foreign" (non-Bazel) build systems (CMake, configure-make, GNU Make, boost, ninja, Meson)
https://bazel-contrib.github.io/rules_foreign_cc
Apache License 2.0
679 stars 249 forks source link

Add j2objc fragment to rules #1175

Closed sgowroji closed 9 months ago

sgowroji commented 9 months ago

This is required since some linking logic moved to starlark

Fixes https://github.com/bazelbuild/rules_foreign_cc/issues/1174

CC Greenteam @meteorcloudy