Skip to content

Commit

Permalink
Use pthreads instead of mingw mthreas
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Mar 3, 2024
1 parent cba1634 commit ee875c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export VERSION = "v0.0.2"

GO ?= go
# This is required for sqlite3 cross-compilation
export CGO_ENABLED=1
BUILDFLAGS ?= -ldflags="-s -w"
export CGO_ENABLED = 1
BUILDFLAGS ?= -ldflags="-s -w -pthread"
XZ ?= xz -zf
PREFIX ?= /usr/local
KEYSET = $(NAME)-create-keyset
Expand Down

0 comments on commit ee875c7

Please sign in to comment.