aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2020-02-18 20:30:40 -0500
committerGitHub <noreply@github.com>2020-02-18 20:30:40 -0500
commit8e590d069b25814d28790c9f3c1dcb849acbac97 (patch)
treece16953d18051dab3199e30b77b14784647290a5 /Makefile
parent4937721b7db4070c8d4a6027ff7c016fce8c1ee0 (diff)
parent3c32246568af85871717a0f3e7d132f9f1a0ea3e (diff)
Merge pull request #573 from inkstitch/lneva/stdout-encoding
fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 859d9873..7dbf5378 100644
--- a/Makefile
+++ b/Makefile
@@ -10,11 +10,7 @@ distclean:
.PHONY: inx
inx: locales
mkdir -p inx
- if [ "$$BUILD" = "windows" ]; then \
- wine c:\\Python\\python.exe bin/generate-inx-files; \
- else \
- bin/generate-inx-files; \
- fi
+ python bin/generate-inx-files; \
.PHONY: messages.po
messages.po: