mirror of
https://github.com/openwrt/packages.git
synced 2026-01-11 04:04:50 +00:00
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:
committed by
Rosen Penev
parent
e636e433c1
commit
b4820ec363
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user