shithub: cstory

Download patch

ref: 69d34f51bf0088e8a97669edcfc64af517f9f560
parent: 2625af1ac8c69212c99b7be735f9acd5e99ea770
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Sep 5 16:50:19 EDT 2019

Don't assume users are on Windows

--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@
 Name | Function
 --------|--------
 `RELEASE=1` | Compile a release build (optimised, stripped, etc.)
-`STATIC=1` | Produce a statically-linked executable (so you don't need to bundle DLL files)
+`STATIC=1` | Produce a statically-linked executable (good for Windows builds, so you don't need to bundle DLL files)
 `JAPANESE=1` | Enable the Japanese-language build (instead of the unofficial Aeon Genesis English translation)
 `FIX_BUGS=1` | Fix various bugs in the game
 `WINDOWS=1` | Build for Windows
--