macos: use llvm@8 instead of just llvm in paths

This should hopefully avoid needing to use `brew switch`.
This commit is contained in:
Ayke van Laethem
2019-10-31 15:24:49 +01:00
committed by Ron Evans
parent be7529b261
commit fa25fa1b0c
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ require (
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
golang.org/x/tools v0.0.0-20190227180812-8dcc6e70cdef
tinygo.org/x/go-llvm v0.0.0-20190818154551-95bc4ffe1add
tinygo.org/x/go-llvm v0.0.0-20191103182207-90b6e4bdc0b9
)