Skip to content

Commit ac25ca1

Browse files
committed
Update OS X installer for building on 10.9.
1 parent 910a665 commit ac25ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)