From: Chris Hanson Date: Wed, 8 May 2019 05:58:06 +0000 (-0700) Subject: On macOS, support building without Xcode installed. X-Git-Tag: mit-scheme-pucked-10.1.11~6^2~26 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=884c387f431df4e5db825426477a6931bdb3adcb;p=mit-scheme.git On macOS, support building without Xcode installed. However, command line tools must be installed. --- diff --git a/src/microcode/configure.ac b/src/microcode/configure.ac index 5c2ca51cd..87e01329c 100644 --- a/src/microcode/configure.ac +++ b/src/microcode/configure.ac @@ -316,6 +316,7 @@ darwin*) fi MACOS_SDKS= for dir in /Developer/SDKs \ + /Library/Developer/CommandLineTools/SDKs \ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs do if test -d "${dir}"; then