mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
iodine: fix build on macos
redefine TARGETOS=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
6a59d41fbf
commit
4b23b2df3b
@@ -49,6 +49,9 @@ define Package/iodined/description
|
||||
iodine server version
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += \
|
||||
TARGETOS="Linux"
|
||||
|
||||
define Build/Configure
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user