aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-01-07 00:39:43 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:55 +0800
commit7ee984823b496de502fcf5ec334bf292cf86eea9 (patch)
tree772e0e16b31853d08baf2102023ea4d71262742c /vendor
parent6bfea63b12c449d76339babb0c067abdbe05097f (diff)
downloaddexon-7ee984823b496de502fcf5ec334bf292cf86eea9.tar
dexon-7ee984823b496de502fcf5ec334bf292cf86eea9.tar.gz
dexon-7ee984823b496de502fcf5ec334bf292cf86eea9.tar.bz2
dexon-7ee984823b496de502fcf5ec334bf292cf86eea9.tar.lz
dexon-7ee984823b496de502fcf5ec334bf292cf86eea9.tar.xz
dexon-7ee984823b496de502fcf5ec334bf292cf86eea9.tar.zst
dexon-7ee984823b496de502fcf5ec334bf292cf86eea9.zip
travis-ci: fix gcp-linux build (#131)
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp3
1 files changed, 0 insertions, 3 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
deleted file mode 100644
index a5103a1c5..000000000
--- a/vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-// 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.