MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
514 stars 81 forks source link

Work around when bazelisk is called recursively during project generation #2929

Closed brentleyjones closed 5 months ago

brentleyjones commented 5 months ago

Since bazelisk only supports one path for the wrapper script, and BAZELISK_SKIP_WRAPPER is only set when the wrapper script is used, we currently can safely default this value.

brentleyjones commented 5 months ago

This should only be hit if you call bazelisk run //:xcodeproj itself from a bazel run script.