ref: ec97ae4805e2733d16fb755f4204bdbe5ebb74dc
parent: 7fe29e6ac55804b1d53842d2b9b3de4d30af99ec
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Mar 17 15:21:41 EDT 2020
Fix typo in readme
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@
`-DFIX_BUGS=ON` | Fix various bugs in the game
`-DDEBUG_SAVE=ON` | Re-enable the dummied-out 'Debug Save' option, and the ability to drag-and-drop save files onto the window
`-DLTO=ON` | Enable link-time optimisation
-`-DMSVC_LINK_STATIC_RUNTIME=ON | Link the static MSVC runtime library
+`-DMSVC_LINK_STATIC_RUNTIME=ON` | Link the static MSVC runtime library
You can pass your own compiler flags with `-DCMAKE_C_FLAGS` and `-DCMAKE_CXX_FLAGS`.