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@dexon.org>2019-04-09 21:32:55 +0800
commit1ee5c504cd3d197ce7c83a06c8cdf4e05f0d48b1 (patch)
tree79e8c0f66bafc1ec0333ec104be4600d430b4e40 /vendor/github.com
parent9db3e9124a4153cd45e8444bd844efcd3955e38d (diff)
downloaddexon-1ee5c504cd3d197ce7c83a06c8cdf4e05f0d48b1.tar
dexon-1ee5c504cd3d197ce7c83a06c8cdf4e05f0d48b1.tar.gz
dexon-1ee5c504cd3d197ce7c83a06c8cdf4e05f0d48b1.tar.bz2
dexon-1ee5c504cd3d197ce7c83a06c8cdf4e05f0d48b1.tar.lz
dexon-1ee5c504cd3d197ce7c83a06c8cdf4e05f0d48b1.tar.xz
dexon-1ee5c504cd3d197ce7c83a06c8cdf4e05f0d48b1.tar.zst
dexon-1ee5c504cd3d197ce7c83a06c8cdf4e05f0d48b1.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.