crystal: nocross for now (llvm --cxxflags issue)

This commit is contained in:
Jürgen Buchmüller 2017-12-22 18:45:17 +01:00
parent 665b5231ca
commit e92035a9b2
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ homepage="https://crystal-lang.org/"
distfiles="https://github.com/crystal-lang/crystal/archive/${version}.tar.gz"
checksum=c34f4326ee576f60b8960e331aae8d5265a12b30707582e1f5c6c6032d364a80
conflicts="crystal-bin"
nocross="FIXME: someone needs to sort out the llvm --cxxflags for cross building"
post_extract() {
# Check for libtls to determine if libssl is coming from LibreSSL, as suggested by Vaelatern