We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc0ede commit 20486a2Copy full SHA for 20486a2
go/cpossum/c-possum.go
@@ -8,7 +8,7 @@ package possumC
8
// documented?
9
#cgo !windows,!darwin LDFLAGS: -L${SRCDIR}/../../target/debug -l:libpossum.a -lm
10
#cgo darwin LDFLAGS: -L${SRCDIR}/../../target/debug -lpossum
11
-#cgo windows LDFLAGS: -L${SRCDIR}/../../target/debug -l:possum.lib -lkernel32 -lws2_32 -lbcrypt -lole32 -loleaut32 -luserenv -lntdll -lsynchronization
+#cgo windows LDFLAGS: -L${SRCDIR}/../../target/debug -l:possum.lib -lkernel32 -lws2_32 -lbcrypt -lole32 -loleaut32 -luserenv -lntdll -lsynchronization -lgcc -lmingw32 -lmingwex -lmsvcrt -lstdc++
12
#include "possum.h"
13
*/
14
import "C"
0 commit comments