goisatty: Add goxsysunix dependency for osx

Required due to upstream version bump.
pull/122/head
Jeremy Rand 3 years ago
parent 78a47ee1ac
commit 23b61230ea
No known key found for this signature in database
GPG Key ID: FD7550C2EB800711

@ -15,6 +15,10 @@ targets:
var:
go_lib_deps:
- goxsysunix
osx-x86_64:
var:
go_lib_deps:
- goxsysunix
input_files:
- project: container-image
@ -22,4 +26,4 @@ input_files:
project: go
- name: goxsysunix
project: goxsysunix
enable: '[% c("var/linux") %]'
enable: '[% c("var/linux") || c("var/osx") %]'

Loading…
Cancel
Save