tests: fix wrong install name (#46711)
This commit is contained in:
parent
5ea67e8882
commit
f33c18290b
@ -142,7 +142,7 @@ class Quux
|
|||||||
"-o",
|
"-o",
|
||||||
"libquux.dylib",
|
"libquux.dylib",
|
||||||
"-install_name",
|
"-install_name",
|
||||||
"@rpath/libcorge.dylib",
|
"@rpath/libquux.dylib",
|
||||||
"quux.cc.o",
|
"quux.cc.o",
|
||||||
"-Wl,-rpath,%s" % prefix.lib64,
|
"-Wl,-rpath,%s" % prefix.lib64,
|
||||||
"-Wl,-rpath,%s" % spec["garply"].prefix.lib64,
|
"-Wl,-rpath,%s" % spec["garply"].prefix.lib64,
|
||||||
|
Loading…
Reference in New Issue
Block a user