Skip to content

Commit ec5cd2f

Browse files
committed
Do not set sdk_root, it's already set by brightray.
1 parent 44c0dc9 commit ec5cd2f

File tree

2 files changed

+0
-84
lines changed

2 files changed

+0
-84
lines changed

common.gypi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
'conditions': [
55
['OS=="mac"', {
66
'clang': 1,
7-
'mac_sdk%': '<!(python tools/mac/find_sdk.py 10.8)',
87
}],
98
['OS=="win" and (MSVS_VERSION=="2012e" or MSVS_VERSION=="2010e")', {
109
'msvs_express': 1,
@@ -134,7 +133,6 @@
134133
'-fcolor-diagnostics',
135134
],
136135

137-
'SDKROOT': 'macosx<(mac_sdk)', # -isysroot
138136
'GCC_C_LANGUAGE_STANDARD': 'c99', # -std=c99
139137
},
140138
},

tools/mac/find_sdk.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)