You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-util/xboxdrv/files/xboxdrv-0.8.5-scons.patch

14 lines
356 B

http://dev.gentoo.org/~vapier/scons-blows.txt
--- SConstruct
+++ SConstruct
@@ -85,6 +85,8 @@
opts.Add('LINKFLAGS', 'Linker Compiler flags')
opts.Add('CC', 'C Compiler')
opts.Add('CXX', 'C++ Compiler')
+opts.Add('AR', 'Archiver')
+opts.Add('RANLIB', 'Archive indexer')
opts.Add('BUILD', 'Build type: release, custom, development')
opts.Update(env)