Skip to content

Commit

Permalink
goxnetip: Add goxsysunix dependency for macOS/Linux
Browse files Browse the repository at this point in the history
Fixes #64
  • Loading branch information
JeremyRand committed Oct 3, 2019
1 parent cafb2b1 commit 8a543d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions projects/goxnetip/config
Expand Up @@ -14,7 +14,20 @@ var:
- golang.org/x/net/ipv4
- golang.org/x/net/ipv6

targets:
linux:
var:
go_lib_deps:
- goxsysunix
osx-x86_64:
var:
go_lib_deps:
- goxsysunix

input_files:
- project: container-image
- name: go
project: go
- name: goxsysunix
project: goxsysunix
enable: '[% c("var/linux") || c("var/osx") %]'

0 comments on commit 8a543d3

Please sign in to comment.