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