Browse Source

Fix silicon CC compiler.

Matthieu Garrigues 9 years ago
parent
commit
6bede2d055
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/frameworks/silicon.sh

+ 1 - 1
toolset/setup/linux/frameworks/silicon.sh

@@ -14,7 +14,7 @@ git clone https://github.com/matt-42/silicon.git
 cd silicon;
 cd silicon;
 # May 18th, 2016
 # May 18th, 2016
 git checkout 73dac7f3c8dcd4f9c53713456e8b73165006e968
 git checkout 73dac7f3c8dcd4f9c53713456e8b73165006e968
-CC=clang CXX=clang++-3.8 ./install.sh $IROOT
+CC=clang-3.8 CXX=clang++-3.8 ./install.sh $IROOT
 
 
 echo "" > $IROOT/silicon.installed
 echo "" > $IROOT/silicon.installed