This is an automated email from the git hooks/post-receive script. wrar-guest pushed a commit to branch master in repository xboxdrv.
commit 2c2cdbdeeed0ec2cffc346469f2a0dbab859814e Author: Timo Gurr <[email protected]> Date: Tue May 5 00:03:26 2015 +0200 Use the appropriate ar via the exported variable --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index 05407c9..6e739d1 100644 --- a/SConstruct +++ b/SConstruct @@ -83,6 +83,7 @@ opts.Add('LIBS', 'Additional libraries') opts.Add('CCFLAGS', 'C Compiler flags') opts.Add('CXXFLAGS', 'C++ Compiler flags') opts.Add('LINKFLAGS', 'Linker Compiler flags') +opts.Add('AR', 'Library archiver') opts.Add('CC', 'C Compiler') opts.Add('CXX', 'C++ Compiler') opts.Add('BUILD', 'Build type: release, custom, development') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xboxdrv.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

