mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
- make sure that configure doesn't see a wrong cache
This commit is contained in:
@@ -18,7 +18,7 @@ $(DIALOG_DIR)/.source: $(DL_DIR)/$(DIALOG_SOURCE)
|
||||
touch $@
|
||||
|
||||
$(DIALOG_DIR)/.configured: $(DIALOG_DIR)/.source
|
||||
(cd $(DIALOG_DIR); \
|
||||
(cd $(DIALOG_DIR); rm -f config.cache; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(TARGET_CONFIGURE_ARGS) \
|
||||
./configure \
|
||||
|
||||
Reference in New Issue
Block a user