make core to be the first item of MXE_PLUGIN_DIRS

see https://github.com/mxe/mxe/issues/1614
This commit is contained in:
Boris Nagaev 2016-12-26 02:29:44 +01:00
parent e84fe81eb7
commit 2a9736d370
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ LOOKUP_PKG_RULE = $(strip \
all: all-filtered
# Core packages.
override MXE_PLUGIN_DIRS += $(realpath $(TOP_DIR)/src)
override MXE_PLUGIN_DIRS := $(realpath $(TOP_DIR)/src) $(MXE_PLUGIN_DIRS)
# Build native requirements for certain systems
OS_SHORT_NAME := $(call lc,$(shell lsb_release -sc 2>/dev/null || uname -s))