blob: d6df8d99e32e3a2f6f8d123c6b1c2c411896ee3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
https://dev.gentoo.org/~vapier/scons-blows.txt
diff -Naur xboxdrv-linux-0.8.8.orig/SConstruct xboxdrv-linux-0.8.8/SConstruct
--- xboxdrv-linux-0.8.8.orig/SConstruct 2015-11-09 10:19:35.000000000 +0000
+++ xboxdrv-linux-0.8.8/SConstruct 2016-07-02 16:13:52.560961836 +0100
@@ -84,6 +84,7 @@
opts.Add('CXXFLAGS', 'C++ Compiler flags')
opts.Add('LINKFLAGS', 'Linker Compiler flags')
opts.Add('AR', 'Library archiver')
+opts.Add('RANLIB', 'Archive indexer')
opts.Add('CC', 'C Compiler')
opts.Add('CXX', 'C++ Compiler')
opts.Add('BUILD', 'Build type: release, custom, development')
|