diff options
author | Sir Pogsalot <sir.pogsalot@gmail.com> | 2012-03-22 08:32:20 -0700 |
---|---|---|
committer | Sir Pogsalot <sir.pogsalot@gmail.com> | 2012-03-22 08:32:20 -0700 |
commit | c63000e0b34e7b3fcd8d8e4069bad5c8d301219e (patch) | |
tree | 1239571b5733cda130f7e6febe0a2cc57f439ba8 /configure | |
parent | d62e3215202ebb9ac0707b08e233acc130888fe8 (diff) | |
parent | 0e574368160b88126e0635c12102e6433381abd7 (diff) |
Merge pull request #5 from kylef/xcrun
Use `xcrun clang++` on OS X as the compiler
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,7 +228,7 @@ if ($config{OSNAME} =~ /darwin/i) { $config{IS_DARWIN} = "YES"; $config{STARTSCRIPT} = "org.inspircd.plist"; # start script for OSX. - $config{CC} = "clang++"; # C++ compiler for OSX. + $config{CC} = "xcrun clang++"; # C++ compiler for OSX. } else { |