From 7b24f9b8b36d0008f5bebef2c625c0eae753ed43 Mon Sep 17 00:00:00 2001 From: -k Date: Mon, 11 Mar 2019 01:16:28 -0700 Subject: [PATCH] Drop --c++11 brew flag in build-osx.md (#2755) * fix brew flag typo * drop c++11 --- doc/build-osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index a0e595bdf5ed0..94fd303c5a5e9 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -17,7 +17,7 @@ Base build dependencies ----------------------- ```bash -brew install automake libtool --c++11 pkg-config +brew install automake libtool pkg-config ``` If you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG