Skip to content

Commit 9a9e545

Browse files
committed
disable cgo
1 parent 5bfb98e commit 9a9e545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pkgforge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source(
77
)
88

99
build do
10-
run 'make local'
10+
run 'make local', 'CGO_ENABLED' => '0'
1111
cp 'bin'
1212
end
1313

0 commit comments

Comments
 (0)