Kaydet (Commit) 11f880a7 authored tarafından Ned Deily's avatar Ned Deily

Update OS X installer for building on 10.9.

üst 97b36181
...@@ -155,6 +155,7 @@ target_cc_map = { ...@@ -155,6 +155,7 @@ target_cc_map = {
'10.6': ('gcc-4.2', 'g++-4.2'), '10.6': ('gcc-4.2', 'g++-4.2'),
'10.7': ('clang', 'clang++'), '10.7': ('clang', 'clang++'),
'10.8': ('clang', 'clang++'), '10.8': ('clang', 'clang++'),
'10.9': ('clang', 'clang++'),
} }
CC, CXX = target_cc_map[DEPTARGET] 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