summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-18 07:11:58 +0000
committerdavidovski <david@davidovski.xyz>2022-01-18 07:11:58 +0000
commit62480d0308452515571243e728575209f315383a (patch)
treecabd8f1f9a56f70849b927d6c3ff8881d4f9d53b
parentc0d21270d3a11ea1957b78aa1a4ca606a111471e (diff)
removed ninja flag from pahole
-rw-r--r--repo/system/pahole.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/pahole.xibuild b/repo/system/pahole.xibuild
index 7040a26..a52d399 100644
--- a/repo/system/pahole.xibuild
+++ b/repo/system/pahole.xibuild
@@ -9,7 +9,7 @@ BRANCH=v$PKG_VER
DESC="Pahole and other DWARF Utils"
build () {
- cmake -S . -B build -G Ninja \
+ cmake -S . -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=None \
-D__LIB=lib