mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
Running `go install` on MacOS produces the following warning: # github.com/tinygo-org/tinygo ld: warning: directory not found for option '-L/opt/homebrew/opt/libffi/lib' It doesn't look like libffi is used anywhere, so I simply removed it. Not sure why it was included in the first place. (I updated the Makefile for consistency, but we really should be removing that Makefile especially because the Go bindings are removed in upstream LLVM).pull/3162/merge
Ayke van Laethem
2 years ago
committed by
Ron Evans
2 changed files with 3 additions and 5 deletions
Loading…
Reference in new issue