diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-05 10:45:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-05 18:56:58 +0000 |
commit | d05da4e99a1736e6253aa38465ebc01a5845597f (patch) | |
tree | 9795cb52a947ecf345af83fb2b68457a59fe4951 /recipes-devtools | |
parent | 5db52c1420c8f0d7d6e6b54213ed33252edb81b2 (diff) | |
download | meta-mingw-d05da4e99a1736e6253aa38465ebc01a5845597f.tar.gz |
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.bb | 2 |
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() { | |||
31 | } | 31 | } |
32 | 32 | ||
33 | do_compile() { | 33 | do_compile() { |
34 | make -f GNUmakefile CROSS=${SDK_PREFIX} CC="${CC}" clean GC | 34 | make -f GNUmakefile CROSS=${SDK_PREFIX} CC="${CC}" RC="${WINDRES}" clean GC |
35 | } | 35 | } |
36 | 36 | ||
37 | do_install() { | 37 | do_install() { |