From 01201b260ba038d750762ffdecd3ce10457162ff Mon Sep 17 00:00:00 2001 From: Crispin Hitchings-Anstice Date: Thu, 5 May 2016 11:19:26 +1200 Subject: [PATCH] Fixed an unnecessary quotation mark in the OSX buliding instructions. In line 168, there was a quotation mark at the end of the line that was causing Bash to expect the user to finish the string, not letting it finish reading the command and compile. It works fine without it, and seems to be a typo. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index d75540c94..24f6c9b96 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -165,7 +165,7 @@ the following parameters and then `ninja`: -DUSE_ALLEG4_BACKEND=OFF \ -DUSE_SKIA_BACKEND=ON \ -DSKIA_DIR=$HOME/deps/skia \ - -DWITH_HarfBuzz=OFF" \ + -DWITH_HarfBuzz=OFF \ -G Ninja \ .. ninja aseprite