libclc-git: allow building with musl.
This commit is contained in:
parent
d40103b95f
commit
284c41f88a
|
@ -11,7 +11,7 @@ license="BSD/MIT"
|
||||||
homepage="http://libclc.llvm.org"
|
homepage="http://libclc.llvm.org"
|
||||||
provides="libclc-${version}_${revision}"
|
provides="libclc-${version}_${revision}"
|
||||||
replaces="libclc>=0"
|
replaces="libclc>=0"
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local _githash="69ebc81135ee35aab0154a5eed057830f962ab00"
|
local _githash="69ebc81135ee35aab0154a5eed057830f962ab00"
|
||||||
|
|
Loading…
Reference in New Issue