Kaydet (Commit) 1bc276d7 authored tarafından Ned Deily's avatar Ned Deily

Update OS X installer build target compilers.

üst 99ac2f1d
......@@ -137,8 +137,10 @@ DEPTARGET = '10.3'
target_cc_map = {
'10.3': 'gcc-4.0',
'10.4': 'gcc-4.0',
'10.5': 'gcc-4.0',
'10.5': 'gcc-4.2',
'10.6': 'gcc-4.2',
'10.7': 'clang',
'10.8': 'clang',
}
CC = 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