Commit ac25ca10 authored by Ned Deily's avatar Ned Deily

Update OS X installer for building on 10.9.

parent 910a6656
......@@ -155,6 +155,7 @@ target_cc_map = {
'10.6': ('gcc-4.2', 'g++-4.2'),
'10.7': ('clang', 'clang++'),
'10.8': ('clang', 'clang++'),
'10.9': ('clang', 'clang++'),
}
CC, CXX = target_cc_map[DEPTARGET]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment