This commit is contained in:
Rmys
2020-01-25 19:10:23 +03:00
parent facd885133
commit d2ed6fc360
+1 -1
View File
@@ -27,7 +27,7 @@ def build():
shelltools.cd("build") shelltools.cd("build")
cmaketools.make() cmaketools.make()
cmaketools.make("doc") #cmaketools.make("doc")
def install(): def install():
shelltools.cd("build") shelltools.cd("build")