ExtUtils::MakeMaker drops any rpath argument that isn't an existing directory. I found that this is too restrictive because:
- the directory could be created after the Makefile is generated
- rpaths can be the variables
$ORIGIN on Linux or @rpath, @loader_path, or @executable_path on Mac