From 2a9736d3709a9f6d0110fad63c5db57daec26e01 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 26 Dec 2016 02:29:44 +0100 Subject: make core to be the first item of MXE_PLUGIN_DIRS see https://github.com/mxe/mxe/issues/1614 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 526e118..284976b 100644 --- a/Makefile +++ b/Makefile @@ -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)) -- cgit v0.12