Browse Source

iodine: fix build on macos

redefine TARGETOS=Linux due to OpenWrt is always Linux

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
lilik-openwrt-22.03
Sergey V. Lobanov 2 years ago
committed by Rosen Penev
parent
commit
4b23b2df3b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      net/iodine/Makefile

+ 3
- 0
net/iodine/Makefile View File

@ -49,6 +49,9 @@ define Package/iodined/description
iodine server version
endef
MAKE_FLAGS += \
TARGETOS="Linux"
define Build/Configure
endef


Loading…
Cancel
Save