From 4fef9c47a4efae3ead05c73cf64becd23b150faa Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 19 Aug 2014 10:12:54 +0000 Subject: mingw32: export WINDRES mingw builds use WINDRES so export this tool in the same manner as the other tools for mingw builds. Signed-off-by: Richard Purdie --- conf/machine-sdk/i686-mingw32.conf | 2 ++ conf/machine-sdk/x86_64-mingw32.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/conf/machine-sdk/i686-mingw32.conf b/conf/machine-sdk/i686-mingw32.conf index 098fc3d..30b24eb 100644 --- a/conf/machine-sdk/i686-mingw32.conf +++ b/conf/machine-sdk/i686-mingw32.conf @@ -24,3 +24,5 @@ SDKUSE_NLS = "no" SDKPKGSUFFIX = "nativesdk-mingw32" MACHINEOVERRIDES .= ":sdkmingw32" + +export WINDRES = "${HOST_PREFIX}windres" diff --git a/conf/machine-sdk/x86_64-mingw32.conf b/conf/machine-sdk/x86_64-mingw32.conf index ac66623..abd27c3 100644 --- a/conf/machine-sdk/x86_64-mingw32.conf +++ b/conf/machine-sdk/x86_64-mingw32.conf @@ -24,3 +24,5 @@ SDKUSE_NLS = "no" SDKPKGSUFFIX = "nativesdk-mingw32" MACHINEOVERRIDES .= ":sdkmingw32" + +export WINDRES = "${HOST_PREFIX}windres" -- cgit v1.2.3