Update OS X installer build target compilers.

This commit is contained in:
Ned Deily 2012-06-24 01:27:51 -07:00
parent 99ac2f1d06
commit 1bc276d7ab
1 changed files with 3 additions and 1 deletions

View File

@ -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]