We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2313600 commit 032852fCopy full SHA for 032852f
1 file changed
watcher-go/watcher.go
@@ -2,7 +2,8 @@
2
package watcher
3
4
/*
5
-#cgo LDFLAGS: -lwatcher-c
+#cgo unix LDFLAGS: -lwatcher-c
6
+#cgo windows LDFLAGS: -llibwatcher-c
7
#include <stdlib.h>
8
#include <stdint.h>
9
#include <wtr/watcher-c.h>
0 commit comments