Use dup2 on FreeBSD aarch64
Update changelog. Clears up the FreeBSD dup2 patch issues; the build flags were causing compile failures on other target OSes.
This commit is contained in:
parent
06ee1ad949
commit
8a42612031
|
@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Command line option to list layouts, paths, colorschemes, hotkeys, and filterable devices
|
- Command line option to list layouts, paths, colorschemes, hotkeys, and filterable devices
|
||||||
- Adds ability to write out a configuration file
|
- Adds ability to write out a configuration file
|
||||||
- Adds a command for specifying the configuration file to use
|
- Adds a command for specifying the configuration file to use
|
||||||
|
- Added contribution from @wcdawn for building on machines w/ no Go/root access
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// +build arm64
|
// +build !freebsd,arm64
|
||||||
|
|
||||||
package logging
|
package logging
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
// +build linux openbsd freebsd darwin
|
// +build linux,!arm64 openbsd,!arm64 freebsd darwin,!arm64
|
||||||
// +build !arm64
|
|
||||||
|
|
||||||
package logging
|
package logging
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user