| Index: build/mac/edit_xibs.sh
|
| diff --git a/build/mac/edit_xibs.sh b/build/mac/edit_xibs.sh
|
| index a3054557b37a80b3db7b1ddc401229fbae3ae100..82045910f2ef07ffa5e0eacd30e9ecac2827450d 100755
|
| --- a/build/mac/edit_xibs.sh
|
| +++ b/build/mac/edit_xibs.sh
|
| @@ -12,6 +12,6 @@ set -e
|
|
|
| RELSRC=$(dirname "$0")/../..
|
| SRC=$(cd "$RELSRC" && pwd)
|
| -GYP_GENERATORS=xcode python "$SRC/tools/gyp/gyp" "$SRC/chrome/chrome_nibs.gyp"
|
| +GYP_GENERATORS=xcode "$SRC/tools/gyp/gyp" "$SRC/chrome/chrome_nibs.gyp"
|
| echo "You can now edit XIB files in Xcode using:"
|
| echo " $SRC/chrome/chrome_nibs.xcodeproj"
|
|
|