diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/v8.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/v8.rb b/Library/Formula/v8.rb index 978b5d2e4..e8f5eece1 100644 --- a/Library/Formula/v8.rb +++ b/Library/Formula/v8.rb @@ -25,5 +25,7 @@ class V8 <Formula mv('shell', 'v8') bin.install('v8') + + system "install_name_tool -change libv8.dylib #{lib}/libv8.dylib #{bin+'v8'}" end end |
