vanhofen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
make/target-libs.mk
|
|
@ -1187,7 +1187,7 @@ fribidi: $(DL_DIR)/$(FRIBIDI_SOURCE) | $(TARGET_DIR) |
|
|
|
LIBFFI_VER = 3.3 |
|
|
|
LIBFFI_DIR = libffi-$(LIBFFI_VER) |
|
|
|
LIBFFI_SOURCE = libffi-$(LIBFFI_VER).tar.gz |
|
|
|
LIBFFI_SITE = $(call github,libffi,libffi,v$(LIBFFI_VERSION)) |
|
|
|
LIBFFI_SITE = $(call github,libffi,libffi,v$(LIBFFI_VER)) |
|
|
|
|
|
|
|
$(DL_DIR)/$(LIBFFI_SOURCE): |
|
|
|
$(DOWNLOAD) $(LIBFFI_SITE)/$(LIBFFI_SOURCE) |
|
|
|