diff options
author | JJ Linden <jj@lindenlab.com> | 2013-05-15 22:28:51 -0700 |
---|---|---|
committer | JJ Linden <jj@lindenlab.com> | 2013-05-15 22:28:51 -0700 |
commit | 89e1e010844708fa7a8193404cc7d2000130ed11 (patch) | |
tree | caf3b66067c7043254f4e0336f744e36a176f852 | |
parent | a606a1cd68bd858c711856702185ae11194c6311 (diff) |
updated BuildParams to try to fix windows build issue
-rwxr-xr-x | BuildParams | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildParams b/BuildParams index 86bad96433..f4279d303d 100755 --- a/BuildParams +++ b/BuildParams @@ -23,7 +23,7 @@ codeticket_since = 3.3.0-release # Override build system default toolchain # Note that this will only affect automated builds. -Linux.distcc_version = "" +Linux.distcc_version = Linux.gcc_version = /usr/bin/gcc-4.6 Linux.cxx_version = /usr/bin/g++-4.6 |