mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
- just use the strip binary to avoid confusing libtool (quotes)
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
This commit is contained in:
@@ -40,7 +40,7 @@ $(DMRAID_DIR)/.configured: $(DMRAID_DIR)/.unpacked
|
||||
|
||||
$(DMRAID_DIR)/tools/$(DMRAID_BINARY): $(DMRAID_DIR)/.configured
|
||||
$(MAKE1) -C $(DMRAID_DIR)
|
||||
-$(STRIP) $(DMRAID_DIR)/tools/$(DMRAID_BINARY)
|
||||
-$(STRIPCMD) $(DMRAID_DIR)/tools/$(DMRAID_BINARY)
|
||||
-$(UPX) --best $(DMRAID_DIR)/tools/$(DMRAID_BINARY)
|
||||
touch -c $(DMRAID_DIR)/tools/$(DMRAID_BINARY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user