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-03-12 12:19:09 +0800
commit044bb81d7ff18b27a8b69428b78876caa4c7aea3 (patch)
treeddf61f410cd15f2955c1b7913aaeaabbd14b33ad
parent7d2bde74ea108ccf2ea9facb5d6a74a77eee7ab9 (diff)
downloaddexon-044bb81d7ff18b27a8b69428b78876caa4c7aea3.tar.gz
dexon-044bb81d7ff18b27a8b69428b78876caa4c7aea3.tar.zst
dexon-044bb81d7ff18b27a8b69428b78876caa4c7aea3.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.