Skip to content

Commit adee8be

Browse files
committed
Install lld
1 parent 7583aef commit adee8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ wheel:
4646

4747
.PHONY: manylinux-wheel
4848
manylinux-wheel:
49-
docker run -u $(shell id -u):$(shell id -g) -v $(PWD):/src quay.io/pypa/manylinux2014_x86_64:latest /src/wheels/build-wheels.sh
49+
docker run -v $(PWD):/src quay.io/pypa/manylinux2014_x86_64:latest /src/wheels/build-wheels.sh
5050

5151
.PHONY: clean
5252
clean:

0 commit comments

Comments
 (0)