mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
- forgot to apply this hunk that should have belonged to r18904
This commit is contained in:
parent
a6dbba6c24
commit
7e0c890c72
2
Makefile
2
Makefile
@ -149,7 +149,7 @@ $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR):
|
|||||||
$(STAGING_DIR):
|
$(STAGING_DIR):
|
||||||
@mkdir -p $(STAGING_DIR)/bin
|
@mkdir -p $(STAGING_DIR)/bin
|
||||||
@mkdir -p $(STAGING_DIR)/lib
|
@mkdir -p $(STAGING_DIR)/lib
|
||||||
ifneq ($(findstring y,$(BR2_GCC_VERSION_3_3_5)$(BR2_GCC_VERSION_3_3_6)$(BR2_GCC_VERSION_3_4_2)$(BR2_GCC_VERSION_3_4_3)$(BR2_GCC_VERSION_3_4_4)$(BR2_GCC_VERSION_3_4_5)$(BR2_GCC_VERSION_3_4_6)),y)
|
ifeq ($(BR2_TOOLCHAIN_SYSROOT),y)
|
||||||
@mkdir -p $(STAGING_DIR)/usr/lib
|
@mkdir -p $(STAGING_DIR)/usr/lib
|
||||||
else
|
else
|
||||||
@ln -snf . $(STAGING_DIR)/usr
|
@ln -snf . $(STAGING_DIR)/usr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user