This commit is contained in:
Rmys
2025-12-05 21:50:18 +03:00
committed by GitHub
parent 02cdbed99d
commit 162ef405db
+1
View File
@@ -13,6 +13,7 @@ def setup():
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DPULL_TRANSLATIONS=yes \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DCMAKE_BUILD_TYPE=Release ", sourceDir="..")
def build():
shelltools.cd("build")