summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-05 10:45:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-05 18:56:58 +0000
commitd05da4e99a1736e6253aa38465ebc01a5845597f (patch)
tree9795cb52a947ecf345af83fb2b68457a59fe4951 /recipes-devtools
parent5db52c1420c8f0d7d6e6b54213ed33252edb81b2 (diff)
pthreads-win32: Ensure correct RC/WINDRES is used.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb b/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb
index 01c4bd9..6cfadb8 100644
--- a/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb
+++ b/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb
@@ -31,7 +31,7 @@ do_configure_prepend() {
}
do_compile() {
- make -f GNUmakefile CROSS=${SDK_PREFIX} CC="${CC}" clean GC
+ make -f GNUmakefile CROSS=${SDK_PREFIX} CC="${CC}" RC="${WINDRES}" clean GC
}
do_install() {