diff options
Diffstat (limited to 'repo/system/libffi.xibuild')
-rw-r--r-- | repo/system/libffi.xibuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/system/libffi.xibuild b/repo/system/libffi.xibuild index 707ad04..23562f7 100644 --- a/repo/system/libffi.xibuild +++ b/repo/system/libffi.xibuild @@ -9,5 +9,8 @@ DESC="Portable foreign function interface library" build () { ./configure --prefix=/usr --disable-static --with-gcc-arch=native --disable-exec-static-tramp make +} + +package () { make DESTDIR=$PKG_DEST install } |