mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Download dirextx sdk dlls.
This commit is contained in:
@@ -16,9 +16,8 @@ def main():
|
||||
|
||||
|
||||
def update_frameworks():
|
||||
if sys.platform == 'darwin':
|
||||
uf = os.path.join('script', 'update-frameworks.py')
|
||||
subprocess.check_call([sys.executable, uf])
|
||||
uf = os.path.join('script', 'update-frameworks.py')
|
||||
subprocess.check_call([sys.executable, uf])
|
||||
|
||||
|
||||
def update_gyp():
|
||||
|
||||
Reference in New Issue
Block a user