aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index fb5fdcb7..4e479ae5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -166,10 +166,6 @@ else
166 HOST_SYS= Windows 166 HOST_SYS= Windows
167 HOST_MSYS= cygwin 167 HOST_MSYS= cygwin
168 endif 168 endif
169 # Use Clang for OSX host.
170 ifeq (Darwin,$(HOST_SYS))
171 DEFAULT_CC= clang
172 endif
173endif 169endif
174 170
175############################################################################## 171##############################################################################