From: Jakub Bogusz Date: Fri, 7 Feb 2014 14:25:17 +0000 (+0100) Subject: - pass mingw32 windres as Windows Resource Compiler X-Git-Tag: auto/th/crossmingw32-boost-1.55.0-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrossmingw32-boost.git;a=commitdiff_plain;h=b184e0d - pass mingw32 windres as Windows Resource Compiler --- diff --git a/crossmingw32-boost.spec b/crossmingw32-boost.spec index 1442cba..8e090b1 100644 --- a/crossmingw32-boost.spec +++ b/crossmingw32-boost.spec @@ -95,8 +95,10 @@ Boost - biblioteki DLL dla Windows. %prep %setup -q -n %{realname}_%{fver} -echo 'using gcc : : %{target}-g++ : "%{rpmcxxflags}"' \ - '%{target}-ar ;' >tools/build/v2/user-config.jam +echo 'using gcc : : %{target}-g++ : ' \ + '"%{rpmcxxflags}"' \ + '%{target}-ar' \ + '%{target}-windres ;' >tools/build/v2/user-config.jam # use Windows Message Compiler, not Midnight Commander %{__sed} -i -e 's,mc $(MCFLAGS),%{target}-windmc $(MCFLAGS),' tools/build/v2/tools/mc.jam