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__)))
|
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():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue