File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787 - name : Install build dependencies (Macos)
8888 # Install yasm because nasm does not work when building wheels.
8989 # Probably because of nasm-filter.sh not filtering all flags that can not be used.
90- run : brew install nasm automake autoconf
90+ run : brew install nasm automake autoconf libtool
9191 if : runner.os == 'macOS'
9292 - name : Set MSVC developer prompt
9393 uses : ilammy/msvc-dev-cmd@v1
@@ -200,7 +200,7 @@ jobs:
200200 - name : Install cibuildwheel twine wheel
201201 run : python -m pip install cibuildwheel twine wheel
202202 - name : Install build dependencies (Macos)
203- run : brew install nasm automake autoconf
203+ run : brew install nasm automake autoconf libtool
204204 if : runner.os == 'macOS'
205205 - name : Set MSVC developer prompt
206206 uses : ilammy/msvc-dev-cmd@v1
You can’t perform that action at this time.
0 commit comments