Browse Source

master Locked down the mono version to be run

Mike Smith 11 years ago
parent
commit
a9989fdf4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/installer.py

+ 1 - 1
toolset/setup/linux/installer.py

@@ -161,7 +161,7 @@ class Installer:
     # Mono
     #
     self.__run_command("git clone git://github.com/mono/mono", retry=True)
-    #self.__run_command("git checkout mono-3.2.3", cwd="mono")
+    self.__run_command("git checkout mono-3.2.8-branch", cwd="mono")
     self.__run_command("./autogen.sh --prefix=/usr/local", cwd="mono")
     self.__run_command("make get-monolite-latest", cwd="mono")
     self.__run_command("make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/basic.exe", cwd="mono")