libclc-git: allow building with musl.

This commit is contained in:
Juan RP 2015-05-07 13:24:13 +02:00
parent d40103b95f
commit 284c41f88a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ license="BSD/MIT"
homepage="http://libclc.llvm.org"
provides="libclc-${version}_${revision}"
replaces="libclc>=0"
only_for_archs="i686 x86_64"
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
do_fetch() {
local _githash="69ebc81135ee35aab0154a5eed057830f962ab00"