mirror of https://github.com/hak5/openwrt.git
libselinux: fix build on non-Linux systems
Signed-off-by: Felix Fietkau <nbd@nbd.name>master
parent
2a9fb827aa
commit
072c5876c5
|
@ -50,6 +50,7 @@ HOST_MAKE_FLAGS += \
|
|||
MAKE_FLAGS += \
|
||||
FTS_LDLIBS=-lfts \
|
||||
SHLIBDIR=/usr/lib \
|
||||
OS=Linux
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default,all)
|
||||
|
|
Loading…
Reference in New Issue