diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine-sdk/i686-mingw32.conf | 2 | ||||
-rw-r--r-- | conf/machine-sdk/x86_64-mingw32.conf | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine-sdk/i686-mingw32.conf b/conf/machine-sdk/i686-mingw32.conf index eec3ced..0bdedaa 100644 --- a/conf/machine-sdk/i686-mingw32.conf +++ b/conf/machine-sdk/i686-mingw32.conf | |||
@@ -27,3 +27,5 @@ MACHINEOVERRIDES .= ":sdkmingw32" | |||
27 | 27 | ||
28 | export WINDRES = "${HOST_PREFIX}windres --include-dir=${STAGING_INCDIR}" | 28 | export WINDRES = "${HOST_PREFIX}windres --include-dir=${STAGING_INCDIR}" |
29 | export RC = "${WINDRES}" | 29 | export RC = "${WINDRES}" |
30 | |||
31 | BB_HASHBASE_WHITELIST_append = " WINDRES RC" | ||
diff --git a/conf/machine-sdk/x86_64-mingw32.conf b/conf/machine-sdk/x86_64-mingw32.conf index be9a8c4..5e80dfa 100644 --- a/conf/machine-sdk/x86_64-mingw32.conf +++ b/conf/machine-sdk/x86_64-mingw32.conf | |||
@@ -26,4 +26,6 @@ SDKPKGSUFFIX = "nativesdk-mingw32" | |||
26 | MACHINEOVERRIDES .= ":sdkmingw32" | 26 | MACHINEOVERRIDES .= ":sdkmingw32" |
27 | 27 | ||
28 | export WINDRES = "${HOST_PREFIX}windres --include-dir=${STAGING_INCDIR}" | 28 | export WINDRES = "${HOST_PREFIX}windres --include-dir=${STAGING_INCDIR}" |
29 | export RC = "${WINDRES}" \ No newline at end of file | 29 | export RC = "${WINDRES}" |
30 | |||
31 | BB_HASHBASE_WHITELIST_append = " WINDRES RC" | ||