You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to import a package that is available only as a framework (MuJoCo. When I finally attempt to run a test cc_binary, compilation succeeds and linking fails (there's nothing in the linkopts that pull in the framework, so symbols are not resolved).
I am attempting to import a package that is available only as a framework (MuJoCo. When I finally attempt to run a test
cc_binary
, compilation succeeds and linking fails (there's nothing in the linkopts that pull in the framework, so symbols are not resolved).The import lines look like this:
and the binary rule looks like this:
Is there some other way to do this?
The text was updated successfully, but these errors were encountered: