File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ You should see the builds taking place. You can experiment with options using en
61
61
62
62
```sh
63
63
# run a command to set up the build system
64
- export CIBW_BEFORE_ALL='apt install libpng-dev '
64
+ export CIBW_BEFORE_ALL='uname -a '
65
65
66
66
cibuildwheel --platform linux
67
67
```
68
68
69
69
> CMD (Windows)
70
70
71
71
```bat
72
- set CIBW_BEFORE_ALL='apt install libpng-dev '
72
+ set CIBW_BEFORE_ALL='uname -a '
73
73
74
74
cibuildwheel --platform linux
75
75
```
@@ -82,7 +82,7 @@ You should see the builds taking place. You can experiment with options using en
82
82
83
83
```
84
84
[tool.cibuildwheel]
85
- before-all = "apt install libpng-dev "
85
+ before-all = "uname -a "
86
86
```
87
87
88
88
Then invoke cibuildwheel, like:
You can’t perform that action at this time.
0 commit comments