Commit 59de0cf
committed
Review conf_macos.py: fix xcodebuild error handling and missing checking call.
- setup_universalsdk: use cmd_status instead of cmd_output for xcodebuild
so that a missing or failing xcodebuild is silently ignored, matching
configure.ac's use of 2>/dev/null.
- _setup_darwin_flags: add missing pyconf.checking("which compiler should
be used") to match configure.ac's AC_MSG_CHECKING before the
MacOSX10.4u.sdk case.
Assisted-by: Claude1 parent b619088 commit 59de0cf
2 files changed
+173
-166
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
471 | 473 | | |
472 | 474 | | |
473 | 475 | | |
| 476 | + | |
474 | 477 | | |
475 | 478 | | |
476 | 479 | | |
| |||
0 commit comments