diff --git a/Makefile b/Makefile
index 3bedb912a1f7ef951f2e9b12aeed0077761d828a..9792bf1b4e870da1a0c887ebeda039a588691087 100644
--- a/Makefile
+++ b/Makefile
@@ -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"