aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com
diff options
context:
space:
mode:
authorMeng-Ying Yang <garfield@dexon.org>2019-01-04 17:47:33 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:21 +0800
commit30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b (patch)
tree1426039775953d774c88f72e0c1b0de9f27dff7c /vendor/github.com
parentc3c28075a73f7e1f55e82d3cf59f2f064967fdf1 (diff)
downloadgo-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.tar
go-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.tar.gz
go-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.tar.bz2
go-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.tar.lz
go-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.tar.xz
go-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.tar.zst
go-tangerine-30950e88c8c96b583b34da0a8ec1e2b44b4e1b0b.zip
vendor: update bls package (#127)
* Add missing cpp file * Align root and sub folder hash
Diffstat (limited to 'vendor/github.com')
-rw-r--r--vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp b/vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp
new file mode 100644
index 000000000..a5103a1c5
--- /dev/null
+++ b/vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp
@@ -0,0 +1,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.