summaryrefslogtreecommitdiff
path: root/templates/cmake.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cmake.xibuild')
-rw-r--r--templates/cmake.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cmake.xibuild b/templates/cmake.xibuild
index 1591035..15c7133 100644
--- a/templates/cmake.xibuild
+++ b/templates/cmake.xibuild
@@ -1,5 +1,5 @@
build () {
- cmake -B build -G Ninja \
+ cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DBUILD_SHARED_LIBS=True \