Skip to content

Commit

Permalink
Add support to windows/amd64
Browse files Browse the repository at this point in the history
The libzstd_windows.a is built on Windows10/tdm-gcc-5.1.0-2
  • Loading branch information
zhuyie committed May 16, 2018
1 parent e7dcc70 commit 46bf807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added libzstd_windows.a
Binary file not shown.
6 changes: 6 additions & 0 deletions linkzstd_windows.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package gozstd

/*
#cgo LDFLAGS: ${SRCDIR}/libzstd_windows.a
*/
import "C"

0 comments on commit 46bf807

Please sign in to comment.