tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

link error on macOS ld.lld: error: undefined symbol: _golang.org/x/sys/unix.syscall_syscall

Open ldemailly opened this issue 1 year ago • 1 comments

Trying to use x/term on macOS for instance:

ld.lld: error: undefined symbol: _golang.org/x/sys/unix.syscall_syscall

ldemailly avatar Aug 08 '24 01:08 ldemailly

correction: it works on linux

ldemailly avatar Aug 08 '24 01:08 ldemailly