mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 01:47:42 +00:00
tremor: strip target lib
This commit is contained in:
parent
5b1dbd2031
commit
4fc25fcf10
@ -108,7 +108,8 @@ $(TREMOR_DIR)/.libs: $(TREMOR_DIR)/.configured
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(TARGET_DIR)/usr/lib/tremor.so: $(TREMOR_DIR)/.libs
|
$(TARGET_DIR)/usr/lib/tremor.so: $(TREMOR_DIR)/.libs
|
||||||
$(MAKE) prefix=$(TARGET_DIR)/usr -C $(TREMOR_DIR) install
|
$(MAKE) prefix=$(TARGET_DIR)/usr -C $(TREMOR_DIR) \
|
||||||
|
$(if $(BR2_STRIP_none),install,install-strip)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(TARGET_DIR)/usr/lib/tremor.a: $(TARGET_DIR)/usr/lib/tremor.so
|
$(TARGET_DIR)/usr/lib/tremor.a: $(TARGET_DIR)/usr/lib/tremor.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user