mesa: fix dylib rpath on darwin (#413053)
This commit is contained in:
@@ -127,6 +127,10 @@ stdenv.mkDerivation {
|
||||
|
||||
mesonBuildType = "release";
|
||||
|
||||
postFixup = ''
|
||||
install_name_tool -add_rpath "$out/lib" "$out/lib/libGL.dylib"
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
# needed to pass evaluation of bad platforms
|
||||
driverLink = throw "driverLink not supported on darwin";
|
||||
|
||||
Reference in New Issue
Block a user