From ec97ae4805e2733d16fb755f4204bdbe5ebb74dc Mon Sep 17 00:00:00 2001 From: Clownacy Date: Tue, 17 Mar 2020 19:21:41 +0000 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a693d135..13a8e705 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Name | Function `-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`.