On 16-10-2023 22:53, Dave Mielke wrote:
In the end, I'm asking how do I convert what we're using now to bdist_egg?


Here is a diff:


diff --git a/Bindings/Python/Makefile.in b/Bindings/Python/Makefile.in
index c5bcf62fe..3738c4c33 100644
--- a/Bindings/Python/Makefile.in
+++ b/Bindings/Python/Makefile.in
@@ -50,7 +50,7 @@ $(PYTHON_API): brlapi.auto.c $(API_HDRS) | $(INSTALLED_FILES) brlapi
     set -- $(V_setup) build --build-temp .; \
     [ "@host_os@" != "mingw32" ] || set -- "$${@}" --compiler mingw32; \
     "$(PYTHON)" ./setup.py "$${@}"
-    [ "@host_os@" != "mingw32" ] || "$(PYTHON)" ./setup.py $(V_setup) bdist_wininst --skip-build +    [ "@host_os@" != "mingw32" ] || "$(PYTHON)" ./setup.py $(V_setup) bdist_egg --skip-build

 $(INSTALLED_FILES):
     touch $(INSTALLED_FILES)
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://brltty.app/mailman/listinfo/brltty

Reply via email to