Skip to content

Commit

Permalink
Do not set sdk_root, it's already set by brightray.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Nov 9, 2013
1 parent 44c0dc9 commit ec5cd2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
2 changes: 0 additions & 2 deletions common.gypi
Expand Up @@ -4,7 +4,6 @@
'conditions': [
['OS=="mac"', {
'clang': 1,
'mac_sdk%': '<!(python tools/mac/find_sdk.py 10.8)',
}],
['OS=="win" and (MSVS_VERSION=="2012e" or MSVS_VERSION=="2010e")', {
'msvs_express': 1,
Expand Down Expand Up @@ -134,7 +133,6 @@
'-fcolor-diagnostics',
],

'SDKROOT': 'macosx<(mac_sdk)', # -isysroot
'GCC_C_LANGUAGE_STANDARD': 'c99', # -std=c99
},
},
Expand Down
82 changes: 0 additions & 82 deletions tools/mac/find_sdk.py

This file was deleted.

0 comments on commit ec5cd2f

Please sign in to comment.