[package] fix ccache compilation with mg (#5097)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16054 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9017d146a0
commit
526deb4b9d
@ -44,7 +44,7 @@ define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
LDFLAGS="$(TARGET_LDFLAGS) -lncurses" \
|
||||
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
|
||||
CC=$(TARGET_CC)
|
||||
CC="$(TARGET_CC)"
|
||||
endef
|
||||
|
||||
define Package/mg/install
|
||||
|
Loading…
x
Reference in New Issue
Block a user