File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ endif
145145 @pushd host; $(PYTHON3) setup.py bdist_wheel --universal -d $(CURDIR)/host-packages; popd
146146
147147 @# Create files for e.g. the nightly.
148- @pushd libgreat/host; $(PYTHON3) setup.py bdist_wheel -p distro -b build_dist --universal -d $(CURDIR)/release-files; popd
149- @pushd host; $(PYTHON3) setup.py bdist_wheel -p distro --universal -d $(CURDIR)/release-files; popd
148+ @pushd libgreat/host; $(PYTHON3) setup.py bdist_wheel -p any -b build_dist --universal -d $(CURDIR)/release-files; popd
149+ @pushd host; $(PYTHON3) setup.py bdist_wheel -p any --universal -d $(CURDIR)/release-files; popd
150150 ls $(CURDIR)/release-files
151151
152152 @echo --- Creating our firmware-binary directory.
You can’t perform that action at this time.
0 commit comments