From 23b61230eaab53c371d638b0eecca15e257205de Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Wed, 19 May 2021 07:01:53 +0000 Subject: [PATCH] goisatty: Add goxsysunix dependency for osx Required due to upstream version bump. --- projects/goisatty/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/goisatty/config b/projects/goisatty/config index 25a3938..9e8f5af 100644 --- a/projects/goisatty/config +++ b/projects/goisatty/config @@ -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") %]'