mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-07 07:07:02 +08: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:
parent
32151526a3
commit
761d3efc93
@ -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 New Issue
Block a user