summaryrefslogtreecommitdiff
path: root/strata/foundation/libffi.morph
blob: 174477afd03832af8ac14b2c136650b57e64cbff (plain)
1
2
3
4
5
6
7
8
name: libffi
kind: chunk
build-system: autotools
install-commands:
- make DESTDIR="$DESTDIR"/ install
- mkdir -p "$DESTDIR"/usr/include
- cp "$TARGET"/include/ffi.h "$DESTDIR"/usr/include/
- cp "$TARGET"/include/ffitarget.h "$DESTDIR"/usr/include/