Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit cb72398

Browse files
committed
fix: Add cross-compilation
1 parent 69130c2 commit cb72398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/workers/dhcpd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package workers
22

3-
//go:generate bash -c "rm -rf dhcp && git clone --depth 1 https://gitlab.isc.org/isc-projects/dhcp.git && cd dhcp && ./configure $(echo $([ -v CC ] && echo --host=${CC})) && make"
3+
//go:generate bash -c "rm -rf dhcp && git clone --depth 1 https://gitlab.isc.org/isc-projects/dhcp.git && cd dhcp && ./configure && make"
44

55
import (
66
_ "embed"

0 commit comments

Comments
 (0)