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

Skip to content

Commit 5375b49

Browse files
committed
Update OS X installer for building on 10.9.
2 parents c548660 + ac25ca1 commit 5375b49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def getFullVersion():
155155
'10.6': ('gcc-4.2', 'g++-4.2'),
156156
'10.7': ('clang', 'clang++'),
157157
'10.8': ('clang', 'clang++'),
158+
'10.9': ('clang', 'clang++'),
158159
}
159160

160161
CC, CXX = target_cc_map[DEPTARGET]

0 commit comments

Comments
 (0)