summaryrefslogtreecommitdiffstats
path: root/conf/machine-sdk/x86_64-mingw32.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine-sdk/x86_64-mingw32.conf')
-rw-r--r--conf/machine-sdk/x86_64-mingw32.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine-sdk/x86_64-mingw32.conf b/conf/machine-sdk/x86_64-mingw32.conf
index abd27c3..be9a8c4 100644
--- a/conf/machine-sdk/x86_64-mingw32.conf
+++ b/conf/machine-sdk/x86_64-mingw32.conf
@@ -25,4 +25,5 @@ SDKPKGSUFFIX = "nativesdk-mingw32"
MACHINEOVERRIDES .= ":sdkmingw32"
-export WINDRES = "${HOST_PREFIX}windres"
+export WINDRES = "${HOST_PREFIX}windres --include-dir=${STAGING_INCDIR}"
+export RC = "${WINDRES}" \ No newline at end of file