Start teaching script/build about Linux
This commit is contained in:
parent
efad174995
commit
b596adc237
1 changed files with 2 additions and 3 deletions
|
@ -7,9 +7,8 @@ import sys
|
|||
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
GYP = {
|
||||
'darwin': 'gyp',
|
||||
'win32': 'gyp.bat',
|
||||
}[sys.platform]
|
||||
'win32': 'gyp.bat',
|
||||
}.get(sys.platform, 'gyp')
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Reference in a new issue