diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-01-07 00:39:43 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:55 +0800 |
commit | 7ee984823b496de502fcf5ec334bf292cf86eea9 (patch) | |
tree | 772e0e16b31853d08baf2102023ea4d71262742c /vendor | |
parent | 6bfea63b12c449d76339babb0c067abdbe05097f (diff) | |
download | dexon-7ee984823b496de502fcf5ec334bf292cf86eea9.tar.gz 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.cpp | 3 |
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. |