Download dirextx sdk dlls.
This commit is contained in:
parent
d5171ab941
commit
8f9e0d8d59
3 changed files with 21 additions and 13 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue