Fix a small typo in configure - libgrapheme - unicode string library | |
git clone git://git.suckless.org/libgrapheme | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit c0cab63c5300fa12284194fbef57aa2ed62a94c0 | |
parent c0d28c3cad5c9e02dfa93b3ff3e6953ad0f22d75 | |
Author: Laslo Hunhold <[email protected]> | |
Date: Fri, 24 Feb 2023 18:26:22 +0100 | |
Fix a small typo in configure | |
Signed-off-by: Laslo Hunhold <[email protected]> | |
Diffstat: | |
M configure | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/configure b/configure | |
@@ -36,7 +36,7 @@ case $(uname) in | |
replace_line 'SOSYMLINK' '' 'false' | |
replace_line 'LDCONFIG' '' '' | |
;; | |
- CYGWIN*|MSYS*|WINGW*) | |
+ CYGWIN*|MSYS*|MINGW*) | |
replace_line 'ANAME' ' ' 'libgrapheme.lib' | |
replace_line 'SONAME' ' ' 'libgrapheme.dll' | |
replace_line 'BINSUFFIX' '' '.exe' |