]> git.pld-linux.org Git - packages/crossmingw32-boost.git/commitdiff
- pass mingw32 windres as Windows Resource Compiler auto/th/crossmingw32-boost-1.55.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Feb 2014 14:25:17 +0000 (15:25 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Feb 2014 14:25:17 +0000 (15:25 +0100)
crossmingw32-boost.spec

index 1442cba9394ee2938e5376430130cd7cdc768236..8e090b1e10da9dc89f7e77f860d9984275a7d27e 100644 (file)
@@ -95,8 +95,10 @@ Boost - biblioteki DLL dla Windows.
 %prep
 %setup -q -n %{realname}_%{fver}
 
-echo 'using gcc : : %{target}-g++ : <cxxflags>"%{rpmcxxflags}"' \
-       '<archiver>%{target}-ar ;' >tools/build/v2/user-config.jam
+echo 'using gcc : : %{target}-g++ : ' \
+       '<cxxflags>"%{rpmcxxflags}"' \
+       '<archiver>%{target}-ar' \
+       '<rc>%{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
This page took 0.145538 seconds and 4 git commands to generate.