]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcshared: add explicit ./ to shared library argument
authorIan Lance Taylor <iant@golang.org>
Sat, 19 Nov 2016 02:14:11 +0000 (18:14 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 19 Nov 2016 04:31:36 +0000 (04:31 +0000)
commit7dc97d9e328edc800e2ce41d5b211ef4e0ef41d0
treee679cec1ef682d063c349dda0e4e472b31b58005
parentf42929ce9fcf8b32656900764881cfb84fdbe46b
misc/cgo/testcshared: add explicit ./ to shared library argument

Use an explicit ./ to make sure we link against the libgo.so we just
built, not some other libgo.so that the compiler or linker may decide to
seek out.

Fixes #17986.

Change-Id: Id23f6c95aa2b52f4f42c1b6dac45482c22b4290d
Reviewed-on: https://go-review.googlesource.com/33413
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/testcshared/test.bash