Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c548660 + ac25ca1 commit 5375b49Copy full SHA for 5375b49
1 file changed
Mac/BuildScript/build-installer.py
@@ -155,6 +155,7 @@ def getFullVersion():
155
'10.6': ('gcc-4.2', 'g++-4.2'),
156
'10.7': ('clang', 'clang++'),
157
'10.8': ('clang', 'clang++'),
158
+ '10.9': ('clang', 'clang++'),
159
}
160
161
CC, CXX = target_cc_map[DEPTARGET]
0 commit comments