Skip to content

Commit

Permalink
Remove CGO usage to improve portability
Browse files Browse the repository at this point in the history
Closes #113
  • Loading branch information
tliron committed Feb 10, 2023
1 parent fe0cbc2 commit 0f04090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ git_version
function build () {
local TOOL=$1
pushd "$ROOT/$TOOL" > /dev/null
go install \
CGO_ENABLED=0 go install \
-ldflags " \
-X 'github.com/tliron/kutil/version.GitVersion=$VERSION' \
-X 'github.com/tliron/kutil/version.GitRevision=$REVISION' \
Expand Down

0 comments on commit 0f04090

Please sign in to comment.