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-04-09 13:50:00 +0800
commitd36f1847e7fcfc9c5be7eff8e18d7bbd17e3f8e2 (patch)
tree1605f5528c2c6d1d178075372afc0f7315f03a27
parent9f8fe1a68058c0be21c162e54c819502f528a732 (diff)
downloaddexon-d36f1847e7fcfc9c5be7eff8e18d7bbd17e3f8e2.tar.gz
dexon-d36f1847e7fcfc9c5be7eff8e18d7bbd17e3f8e2.tar.zst
dexon-d36f1847e7fcfc9c5be7eff8e18d7bbd17e3f8e2.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.