From c4fb83441cf0084d4f35ddb14b56b05f1c31d6fc Mon Sep 17 00:00:00 2001 From: Yueh-Hsuan Chiang Date: Tue, 27 Jan 2015 10:30:35 -0800 Subject: [PATCH] Update the comment for the removal of mac-install-gflags.sh Summary: Update the comment for the removal of mac-install-gflags.sh Test Plan: n/a Reviewers: igor Reviewed By: igor Subscribers: dhruba Differential Revision: https://reviews.facebook.net/D32295 --- build_tools/build_detect_platform | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/build_detect_platform b/build_tools/build_detect_platform index c9ce01eab..58451ace2 100755 --- a/build_tools/build_detect_platform +++ b/build_tools/build_detect_platform @@ -32,7 +32,7 @@ # 2. Once install, add the include path/lib path for gflags to CPATH and # LIBRARY_PATH respectively. If installed with default mode, the # lib and include path will be /usr/local/lib and /usr/local/include -# Mac user can do this by running build_tools/mac-install-gflags.sh +# Mac user can do this by having brew installed and running brew install gflags OUTPUT=$1 if test -z "$OUTPUT"; then