Skip to content

Commit

Permalink
Add debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Feb 4, 2024
1 parent dfb4718 commit 011969a
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,9 @@ if [[ -z "${bzl_output:-}" ]]; then
usage_error "Must specify an output path for the Bazel Starlark source file."
fi



# sdk_path="$(xcrun --show-sdk-path)"
# macos_frameworks_dir="${sdk_path}/System/Library/Frameworks"
# DEBUG BEGIN
set -x
# DEBUG END

sdk_version="$(xcrun --show-sdk-version)"
sdk_build_version="$(xcrun --show-sdk-build-version)"
Expand Down

0 comments on commit 011969a

Please sign in to comment.