tests: fix wrong install name (#46711)

This commit is contained in:
Harmen Stoppels 2024-10-02 10:09:17 +02:00 committed by Harmen Stoppels
parent 5ea67e8882
commit f33c18290b

View File

@ -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,