godexlogconfig: Add goxsyswinsvc dependency

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

@ -31,6 +31,7 @@ targets:
- gobuildinfo
- goeasyconfig
- goxlog
- goxsyswinsvc
input_files:
- project: container-image
@ -42,12 +43,15 @@ input_files:
- name: binutils
project: binutils
enable: '[% c("var/linux") %]'
- name: goxlog
project: goxlog
- name: gobuildinfo
project: gobuildinfo
- name: goeasyconfig
project: goeasyconfig
- name: gosystemd
project: gosystemd
enable: '[% ! c("var/windows") %]'
- name: gobuildinfo
project: gobuildinfo
- name: goxlog
project: goxlog
- name: goxsyswinsvc
project: goxsyswinsvc
enable: '[% c("var/windows") %]'

Loading…
Cancel
Save