diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-01-07 00:39:43 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:21 +0800 |
commit | 48dd3ab9ff240da681b0b34217757b7f71baa977 (patch) | |
tree | 5af43c9ca93bbed473d5f44ecd9cd23f4918b59f /vendor | |
parent | c6c8b6cfd083058a255d614db14df0e75fdd3482 (diff) | |
download | go-tangerine-48dd3ab9ff240da681b0b34217757b7f71baa977.tar go-tangerine-48dd3ab9ff240da681b0b34217757b7f71baa977.tar.gz go-tangerine-48dd3ab9ff240da681b0b34217757b7f71baa977.tar.bz2 go-tangerine-48dd3ab9ff240da681b0b34217757b7f71baa977.tar.lz go-tangerine-48dd3ab9ff240da681b0b34217757b7f71baa977.tar.xz go-tangerine-48dd3ab9ff240da681b0b34217757b7f71baa977.tar.zst go-tangerine-48dd3ab9ff240da681b0b34217757b7f71baa977.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. |