Commit 5699172
authored
Fix build errors in test/starlark_tests/targets_under_test/macos (#2515)
* The `.../apple:macOSImported...` targets should be `:macOSImported...`
* Without this change, the following command fails
```
bazel build test/starlark_tests/targets_under_test/macos:app_with_imported_dynamic_fmwk_with_dsym --macos_cpu=x86_64
```1 parent efcae11 commit 5699172
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1314 | 1314 | | |
1315 | 1315 | | |
1316 | 1316 | | |
| 1317 | + | |
1317 | 1318 | | |
1318 | | - | |
1319 | 1319 | | |
1320 | 1320 | | |
1321 | 1321 | | |
| |||
2026 | 2026 | | |
2027 | 2027 | | |
2028 | 2028 | | |
| 2029 | + | |
2029 | 2030 | | |
2030 | | - | |
2031 | 2031 | | |
2032 | 2032 | | |
2033 | 2033 | | |
| |||
2041 | 2041 | | |
2042 | 2042 | | |
2043 | 2043 | | |
| 2044 | + | |
| 2045 | + | |
2044 | 2046 | | |
2045 | | - | |
2046 | | - | |
2047 | 2047 | | |
2048 | 2048 | | |
2049 | 2049 | | |
| |||
0 commit comments