Browse Source

Merge branch 'nancy-libevent2' of https://github.com/kekekeks/FrameworkBenchmarks into PR489

tfb 12 years ago
parent
commit
bcd5c649d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/installer.py

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

@@ -175,7 +175,7 @@ class Installer:
     # Mono
     # Mono
     #
     #
     self.__run_command("git clone git://github.com/mono/mono", retry=True)
     self.__run_command("git clone git://github.com/mono/mono", retry=True)
-    self.__run_command("git checkout mono-3.2.1", cwd="mono")
+    self.__run_command("git checkout mono-3.2.3", cwd="mono")
     self.__run_command("./autogen.sh --prefix=/usr/local", 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 get-monolite-latest", cwd="mono")
     self.__run_command("make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe", cwd="mono")
     self.__run_command("make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe", cwd="mono")