From: Chris Hanson Date: Wed, 8 May 2019 05:58:06 +0000 (-0700) Subject: On macOS, support building without Xcode installed. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1d751d374c221e3d122f9476236ab1c337d1ffa6;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 80157a437..95a52d2bd 100644 --- a/src/microcode/configure.ac +++ b/src/microcode/configure.ac @@ -290,6 +290,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