Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1bc276d

Browse files
committed
Update OS X installer build target compilers.
1 parent 99ac2f1 commit 1bc276d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,10 @@ def getFullVersion():
137137
target_cc_map = {
138138
'10.3': 'gcc-4.0',
139139
'10.4': 'gcc-4.0',
140-
'10.5': 'gcc-4.0',
140+
'10.5': 'gcc-4.2',
141141
'10.6': 'gcc-4.2',
142+
'10.7': 'clang',
143+
'10.8': 'clang',
142144
}
143145

144146
CC = target_cc_map[DEPTARGET]

0 commit comments

Comments
 (0)