diff options
author | davidovski <david@davidovski.xyz> | 2022-01-18 07:11:58 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-18 07:11:58 +0000 |
commit | 62480d0308452515571243e728575209f315383a (patch) | |
tree | cabd8f1f9a56f70849b927d6c3ff8881d4f9d53b /repo/system/pahole.xibuild | |
parent | c0d21270d3a11ea1957b78aa1a4ca606a111471e (diff) |
removed ninja flag from pahole
Diffstat (limited to 'repo/system/pahole.xibuild')
-rw-r--r-- | repo/system/pahole.xibuild | 2 |
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 |