Skip to content

Commit

Permalink
Add forcing 3.5 version of both clang and llvm in Archlinux. Fixes #3353
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rky-pl committed Apr 28, 2015
1 parent 4b8ebc5 commit b6e99fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/functions/requirements/arch
Expand Up @@ -64,10 +64,10 @@ requirements_arch_define()
requirements_check nodejs
;;
(rbx*head|rubinius*head)
requirements_check clang llvm llvm-libs patch curl zlib readline autoconf automake diffutils make libtool bison git
requirements_check clang35 llvm35 llvm35-libs patch curl zlib readline autoconf automake diffutils make libtool bison git
;;
(rbx*|rubinius*)
requirements_check clang llvm llvm-libs patch curl zlib readline autoconf automake diffutils make libtool bison
requirements_check clang35 llvm35 llvm35-libs patch curl zlib readline autoconf automake diffutils make libtool bison
;;
(*-head)
requirements_check gcc patch curl zlib readline autoconf automake diffutils make libtool bison sqlite git
Expand Down

0 comments on commit b6e99fd

Please sign in to comment.