mblaze: fix build on macos
redefine OS=Linux due to OpenWrt is always Linux Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
This commit is contained in:
parent
e636e433c1
commit
b4820ec363
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ define Package/mblaze/description
|
|||
and interacting with mail messages which are stored in maildir folders.
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += \
|
||||
OS="Linux"
|
||||
|
||||
define Package/mblaze/install
|
||||
$(INSTALL_DIR) $(1)/usr
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/local/bin $(1)/usr
|
||||
|
|
Loading…
Reference in a new issue