Sha256: d1a45f58962d72cc8dac7e89391c0880f60ac60182d586759dcbe8ff5b9f19e6
Contents?: true
Size: 304 Bytes
Versions: 3
Compression:
Stored size: 304 Bytes
Contents
# -*- makefile -*- $(LIBFFI): @mkdir -p $(LIBFFI_BUILD_DIR) @if [ ! -f $(LIBFFI_BUILD_DIR)/Makefile ]; then \ echo "Configuring libffi"; \ cd $(LIBFFI_BUILD_DIR) && env CC="$(CC)" LD="$(LD)" CFLAGS="$(FFI_CFLAGS)" \ $(FFI_CONFIGURE) > /dev/null; \ fi cd $(BUILD_DIR)/libffi && $(MAKE)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ffi-0.2.0 | ext/libffi.mk |
ffi-0.1.1 | ext/libffi.mk |
ffi-0.1.0 | ext/libffi.mk |