Closed blusewang closed 3 years ago
So much more depend packages! Did it really so complicated?
I've updated the package that caused the error, try the latest version: https://github.com/foomo/simplecert/releases/tag/v1.8.1
With this version, I am able to cross compile the simplecert examples for FreeBSD.
$ cd examples/simple
$ GOOS=freebsd go build
$ file simple
simple: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), statically linked, Go BuildID=q_Fa8YXiDPoZDFRe4deB/XFF7cRC_yd-ZgcQ50SHq/VmvfZUj91GjkSRLYIJgn/SR2s0ux6yuoS25MGPDCI, not stripped
@dreadl0ck thanks a lot!