mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 00:19:13 +00:00
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.
This commit is contained in:
parent
a2712d440d
commit
01201b260b
@ -165,7 +165,7 @@ the following parameters and then `ninja`:
|
|||||||
-DUSE_ALLEG4_BACKEND=OFF \
|
-DUSE_ALLEG4_BACKEND=OFF \
|
||||||
-DUSE_SKIA_BACKEND=ON \
|
-DUSE_SKIA_BACKEND=ON \
|
||||||
-DSKIA_DIR=$HOME/deps/skia \
|
-DSKIA_DIR=$HOME/deps/skia \
|
||||||
-DWITH_HarfBuzz=OFF" \
|
-DWITH_HarfBuzz=OFF \
|
||||||
-G Ninja \
|
-G Ninja \
|
||||||
..
|
..
|
||||||
ninja aseprite
|
ninja aseprite
|
||||||
|
Loading…
Reference in New Issue
Block a user