aboutsummaryrefslogtreecommitdiffstats
path: root/ffi/go/bls/dummy.cpp
blob: a5103a1c55d9f9aff35d9971b5d1de7168a69387 (plain) (blame)
1
2
3
// This is a dummy source file which forces cgo to use the C++ linker instead
// of the default C linker. We can therefore eliminate non-portable linker
// flags such as -lstdc++, which is likely to break on FreeBSD and OpenBSD.