mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Fix options to configure
This commit is contained in:
@@ -23,7 +23,7 @@ $(AXEL_DIR)/.unpacked: $(DL_DIR)/$(AXEL_SOURCE)
|
||||
|
||||
$(AXEL_DIR)/Makefile.settings: $(AXEL_DIR)/.unpacked
|
||||
(cd $(AXEL_DIR); \
|
||||
./configure --enable-i18n=0 --prefix=/usr \
|
||||
./configure --i18n=0 --prefix=/usr \
|
||||
)
|
||||
touch $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user