mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
- install some more stuff that goes into staging_dir into the proper place.
First hunk of fixes for bug #1290
This commit is contained in:
@@ -43,7 +43,7 @@ $(LIBELF_DIR)/.configured: $(LIBELF_DIR)/.unpacked
|
||||
$(LIBELF_DIR)/lib/libelf.so.$(LIBELF_VER): $(LIBELF_DIR)/.configured
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(LIBELF_DIR)
|
||||
|
||||
$(STAGING_DIR)/usr/lib/libelf.a: $(LIBELF_DIR)/lib/libelf.so.$(LIBELF_VER)
|
||||
$(STAGING_DIR)/usr/lib/libelf.a $(STAGING_DIR)/usr/lib/libelf.so.$(LIBELF_VER): $(LIBELF_DIR)/lib/libelf.so.$(LIBELF_VER)
|
||||
$(MAKE1) $(TARGET_CONFIGURE_OPTS) \
|
||||
instroot=$(STAGING_DIR) -C $(LIBELF_DIR) install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user