Download dirextx sdk dlls.

This commit is contained in:
Cheng Zhao 2014-05-18 23:03:46 +08:00
parent d5171ab941
commit 8f9e0d8d59
3 changed files with 21 additions and 13 deletions

View file

@ -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():