We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd053e commit c97a348Copy full SHA for c97a348
1 file changed
build-static.sh
@@ -13,4 +13,4 @@
13
# and trim the build path of your current working directory from all information returned in case of a panic.
14
15
. ./functions.sh
16
-CC=musl-gcc go build -buildmode=pie -trimpath -ldflags "-linkmode external -w -s -extldflags '-static' -X main.Version=$(git_version)" -o nvdaRemoteServer .
+CGO_ENABLED=1 CC=musl-gcc go build -buildmode=pie -trimpath -ldflags "-linkmode external -w -s -extldflags '-static' -X main.Version=$(git_version)" -o nvdaRemoteServer .
0 commit comments