We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57eb55f commit 8402cf8Copy full SHA for 8402cf8
src/port1.0/portutil.tcl
@@ -3386,7 +3386,7 @@ proc _check_xcode_version {} {
3386
}
3387
3388
3389
- if {${os.major} >= 18 && [file tail [option configure.sdkroot]] ne "MacOSX[option configure.sdk_version].sdk"} {
+ if {${os.major} >= 18 && [option configure.sdk_version] ne "" && [file tail [option configure.sdkroot]] ne "MacOSX[option configure.sdk_version].sdk"} {
3390
ui_warn "The macOS [option configure.sdk_version] SDK does not appear to be installed. Ports may not build correctly."
3391
ui_warn "You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'."
3392
0 commit comments