Skip to content

Commit

Permalink
Fix the windows build artifacts name (#6351)
Browse files Browse the repository at this point in the history
## Motivation

Fix the  windows build output
  • Loading branch information
dsmello committed Sep 25, 2024
1 parent 486c24e commit 2983c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile-libs.Inc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ifeq ($(GOOS),windows)
platform := windows
export PATH := $(PATH):$(BIN_DIR)
CGO_LDFLAGS := $(CGO_LDFLAGS) -Wl,-Bstatic -lpthread -Wl,-Bdynamic
EXE := .exe
else
TEMP := /tmp
ifeq ($(GOOS),darwin)
Expand Down

0 comments on commit 2983c71

Please sign in to comment.