Skip to content

Commit 20bd947

Browse files
committed
Build: Stop creating an unused directory.
1 parent a985302 commit 20bd947

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ $(addprefix wheel_,$(filter-out %_x86_64, $(filter-out %_i686, $(MANYLINUX_IMAGE
4949

5050
wheel_%: dist/$(PACKAGE)-$(VERSION).tar.gz
5151
echo "Building wheels for $(PACKAGE) $(VERSION)"
52-
mkdir -p wheelhouse_$(subst wheel_,,$@)
5352
time docker run --rm -t \
5453
-v $(shell pwd):/io \
5554
-e CFLAGS="-O3 -g0 -mtune=generic -pipe -fPIC" \

0 commit comments

Comments
 (0)