Browse Source

update haywire setup to use a specific commit

Keith Newman 9 years ago
parent
commit
478968019b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolset/setup/linux/frameworks/haywire.sh

+ 1 - 0
toolset/setup/linux/frameworks/haywire.sh

@@ -10,6 +10,7 @@ HAYWIRE_HOME=$IROOT/Haywire
  
 git clone https://github.com/kellabyte/Haywire.git
 cd $HAYWIRE_HOME
+git checkout e4d23b533c15ddc51966e439fa455eb764e0f555
 ./build.sh -c release
 
 echo "export HAYWIRE_HOME=${HAYWIRE_HOME}" >> $IROOT/haywire.installed