projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aad907
)
On macOS, support building without Xcode installed.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 8 May 2019 05:58:06 +0000
(22:58 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 9 May 2019 02:16:21 +0000
(19:16 -0700)
However, command line tools must be installed.
src/microcode/configure.ac
patch
|
blob
|
history
diff --git
a/src/microcode/configure.ac
b/src/microcode/configure.ac
index 80157a43755dbef653f42cee8f7edf2c3e5d29b1..95a52d2bd6ebedbc6a703cf48caa7bc6b79626c5 100644
(file)
--- 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