mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
- Add target for .so without the LIBVERSION.
This commit is contained in:
@@ -80,7 +80,7 @@ $(STAGING_DIR)/lib/$(MPFR_BINARY): $(MPFR_DIR)/.libs/$(MPFR_BINARY)
|
||||
mandir=$(STAGING_DIR)/man \
|
||||
-C $(MPFR_DIR) install;
|
||||
|
||||
$(TARGET_DIR)/lib/libmpfr.so.$(MPFR_LIBVERSION): $(STAGING_DIR)/lib/$(MPFR_BINARY)
|
||||
$(TARGET_DIR)/lib/libmpfr.so $(TARGET_DIR)/lib/libmpfr.so.$(MPFR_LIBVERSION): $(STAGING_DIR)/lib/$(MPFR_BINARY)
|
||||
cp -a $(STAGING_DIR)/lib/libmpfr.so* $(STAGING_DIR)/lib/libmpfr.a \
|
||||
$(TARGET_DIR)/lib/
|
||||
ifeq ($(BR2_PACKAGE_LIBMPFR_HEADERS),y)
|
||||
|
||||
Reference in New Issue
Block a user