clearsilver: fix building on non-linux systems
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40513 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
371b8b2e44
commit
1da287402e
@ -88,7 +88,8 @@ TARGET_CFLAGS+=$(FPIC)
|
||||
MAKE_FLAGS+= \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
AR="$(AR) cr" \
|
||||
LD="$(TARGET_CC) -o"
|
||||
LD="$(TARGET_CC) -o" \
|
||||
OSTYPE=Linux
|
||||
|
||||
define Build/InstallDev
|
||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
|
||||
|
Loading…
x
Reference in New Issue
Block a user