mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
Fixes build breakage as seen by Ulf et al.
This commit is contained in:
@@ -35,7 +35,7 @@ $(RSYNC_DIR)/.configured: $(RSYNC_DIR)/.unpacked
|
||||
touch $(RSYNC_DIR)/.configured
|
||||
|
||||
$(RSYNC_DIR)/$(RSYNC_BINARY): $(RSYNC_DIR)/.configured
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) CC=$(TARGET_CC) -C $(RSYNC_DIR)
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(RSYNC_DIR)
|
||||
|
||||
$(TARGET_DIR)/$(RSYNC_TARGET_BINARY): $(RSYNC_DIR)/$(RSYNC_BINARY)
|
||||
install -D $(RSYNC_DIR)/$(RSYNC_BINARY) $(TARGET_DIR)/$(RSYNC_TARGET_BINARY)
|
||||
|
||||
Reference in New Issue
Block a user