mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
|
#!/usr/bin/env python3
|
||
|
|
||
|
import os
|
||
|
import subprocess
|
||
|
|
||
|
os.chdir(os.path.dirname(os.path.abspath(__file__)) + '/build-scripts')
|
||
|
subprocess.call(['sh', 'build-osx.sh', 'USE_CMAKE=1'])
|