From c0d21270d3a11ea1957b78aa1a4ca606a111471e Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 18 Jan 2022 07:09:44 +0000 Subject: fixed pahole to actualy make itself --- repo/system/pahole.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/system/pahole.xibuild b/repo/system/pahole.xibuild index 4a19e4b..7040a26 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 pahole -B build -G Ninja \ + cmake -S . -B build -G Ninja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=None \ -D__LIB=lib -- cgit v1.2.1