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'm trying to add an external dependency (OCHamcrest) which has all of its includes as:
#include <OCHamcrest/Foo.h>
I was trying to remove the OCHamcrest prefix in my objc_library rule, but found it has no support for it. Is there another way of stripping the prefix without having to modify all files?
The text was updated successfully, but these errors were encountered:
ob
changed the title
Add strip_prefix_header to objc_library
Add strip_prefix_header to objc_library rule
Apr 24, 2018
objc_library is currently a native rule in bazel, so you'll want to open this against bazel.
At some point in the future we may look at moving objc_library to skylark and bundling it here, but that isn't current something that I think anyone is looking at.
I'm trying to add an external dependency (OCHamcrest) which has all of its includes as:
I was trying to remove the
OCHamcrest
prefix in myobjc_library
rule, but found it has no support for it. Is there another way of stripping the prefix without having to modify all files?The text was updated successfully, but these errors were encountered: