Skip to content
Snippets Groups Projects
Commit 56356a0b authored by Jan Mach's avatar Jan Mach
Browse files

Turned on building of universal wheels (work both for Python 2 and 3).

parent 1a5e4055
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ archive: FORCE
bdist: FORCE
@echo "\n${GREEN}*** Building Python packages ***${NC}\n"
@python3 setup.py sdist bdist_wheel
@python3 setup.py sdist bdist_wheel --universal
install: FORCE
@echo "\n${GREEN}*** Performing local installation ***${NC}\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment