Skip to content

Commit

Permalink
Try enabling CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat committed Jul 18, 2023
1 parent 44a82f7 commit 1e790d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ so:
ifndef GOARCH
go build -buildmode=c-shared -o bluemonday.so .
else
GOARCH=${GOARCH} go build -buildmode=c-shared -o bluemonday.so .
CGO_ENABLED=1 GOARCH=${GOARCH} go build -buildmode=c-shared -o bluemonday.so .
endif

ffi:
Expand Down

0 comments on commit 1e790d0

Please sign in to comment.