diff options
-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 |