mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Be certain make is happy and will not keep trying to reinstall
This commit is contained in:
@@ -46,6 +46,7 @@ $(LZO_DIR)/src/liblzo.la: $(LZO_DIR)/.configured
|
||||
|
||||
$(STAGING_DIR)/usr/lib/liblzo.a: $(LZO_DIR)/src/liblzo.la
|
||||
$(MAKE) CC=$(TARGET_CC) DESTDIR=$(STAGING_DIR) -C $(LZO_DIR) install
|
||||
touch -c $(STAGING_DIR)/usr/lib/liblzo.a
|
||||
|
||||
lzo: uclibc $(STAGING_DIR)/usr/lib/liblzo.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user