Files
tinygo/builder
Elliott Sales de Andrade b3bd891ee0 Make lib64 clang include path check more robust.
On Fedora 33+, there is a buggy package that installs to
`/usr/lib64/clang/{version}/lib`, even on 32-bit systems. The original
code sees the `/usr/lib64/clang/{version}` directory, checks for an
`include` subdirectory, and then gives up because it doesn't exist.

To be more robust, check both `/usr/lib64/clang/{version}/include` and
`/usr/lib/clang/{version}/include`, and only allow versions that match
the LLVM major version used to build tinygo.
2020-11-04 00:04:33 +01:00
..
2020-04-09 20:23:51 +02:00
2020-04-09 20:23:51 +02:00
2020-04-09 20:23:51 +02:00
2020-04-09 20:23:51 +02:00
2020-09-09 19:17:11 +02:00
2020-04-09 20:23:51 +02:00
2020-04-29 15:41:08 +02:00