10 lines
233 B
Python
10 lines
233 B
Python
import os, fnmatch, glob, projectutils
|
|
|
|
# Must be run from the root of the project
|
|
|
|
if __name__ == "__main__":
|
|
if(os.path.exists("OpenSourceProjects/build") == False):
|
|
os.system('python Scripts/BuildScripts/buildlibetpan.py')
|
|
|
|
|
|
|