Start teaching script/build about Linux

This commit is contained in:
Adam Roben 2013-08-06 16:49:59 -04:00
parent efad174995
commit b596adc237

View file

@ -7,9 +7,8 @@ import sys
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
GYP = { GYP = {
'darwin': 'gyp', 'win32': 'gyp.bat',
'win32': 'gyp.bat', }.get(sys.platform, 'gyp')
}[sys.platform]
def main(): def main():