aboutsummaryrefslogtreecommitdiffstats
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-01-14 15:26:26 +0800
commit628831cb961de56cdc53a0c17fb18ef09c8228b2 (patch)
tree020768caa043ec6dbdf04e9ad6125ebd60fd3fff
parent9784978baf9bcc04515ce19302b52392b8e2ab0b (diff)
downloaddexon-628831cb961de56cdc53a0c17fb18ef09c8228b2.tar
dexon-628831cb961de56cdc53a0c17fb18ef09c8228b2.tar.gz
dexon-628831cb961de56cdc53a0c17fb18ef09c8228b2.tar.bz2
dexon-628831cb961de56cdc53a0c17fb18ef09c8228b2.tar.lz
dexon-628831cb961de56cdc53a0c17fb18ef09c8228b2.tar.xz
dexon-628831cb961de56cdc53a0c17fb18ef09c8228b2.tar.zst
dexon-628831cb961de56cdc53a0c17fb18ef09c8228b2.zip
travis-ci: fix gcp-linux build (#131)
-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.