all: fix a small incompatibility with Nix

Hopefully this won't break anybody: while all tests still pass, there
could in theory be systems where not supplying those libraries leads to
linker errors.
This commit is contained in:
Ayke van Laethem
2023-10-15 02:07:24 +02:00
committed by Ron Evans
parent 8d77278c6b
commit 7468a00ef4
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ require (
golang.org/x/sys v0.11.0
golang.org/x/tools v0.12.0
gopkg.in/yaml.v2 v2.4.0
tinygo.org/x/go-llvm v0.0.0-20230923132128-bba3c7009bfd
tinygo.org/x/go-llvm v0.0.0-20231014233752-75a8a9fe6f74
)
require (