From 0621a6173fd8f13c2a8c1e8536ed8260eb5b0ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Thu, 26 Mar 2015 16:57:14 +0100 Subject: [PATCH] Update README.macos.md --- README.macos.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.macos.md b/README.macos.md index 240971ccd..bbc295dbc 100644 --- a/README.macos.md +++ b/README.macos.md @@ -129,7 +129,9 @@ The libvpx build isn't able to produce dual architecture files. To workaround th If you want to generate a portable bundle, then install `gtk-mac-bundler`: git clone https://github.com/jralls/gtk-mac-bundler.git - cd gtk-mac-bundler && make install + cd gtk-mac-bundler + git checkout 6e2ed855aaeae43c29436c342ae83568573b5636 + make install export PATH=$PATH:~/.local/bin # make this dummy charset.alias file for the bundler to be happy: sudo touch /opt/local/lib/charset.alias