tests: fix wrong install name (#46711)

This commit is contained in:
Harmen Stoppels
2024-10-02 10:09:17 +02:00
committed by GitHub
parent 6740ea79af
commit 118a9e8db7

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,