You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup! Fix --target cflag on FreeBSD when compiling against clang
* Use `freebsd-version` instead of `uname`. This returns the currently installed
userland version, which is a closer match to the desired target triple than
the running kernel version.
* Only match `freebsd-vesion` or `uname` version output if we are compiling to
the same target as the running host.
* Properly return errors.
0 commit comments