From d05da4e99a1736e6253aa38465ebc01a5845597f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Nov 2014 10:45:40 +0000 Subject: pthreads-win32: Ensure correct RC/WINDRES is used. Signed-off-by: Richard Purdie --- recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3-54-g00ecf