stellarsolver

This commit is contained in:
Rmys
2025-06-08 23:40:20 +03:00
parent 984c88ae8a
commit bf5454b500
3 changed files with 59 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure(sourceDir="..")
cmaketools.configure("-DUSE_QT5=OFF", sourceDir="..")
def build():
cmaketools.make("-C build")