Merge pull request #784 from Hanaasagi/fix-typo

fix the libffi package name in doc
This commit is contained in:
Joe Rickerby
2021-08-05 19:10:52 +01:00
committed by GitHub
+2 -2
View File
@@ -576,7 +576,7 @@ Platform-specific environment variables also available:<br/>
CIBW_BEFORE_ALL: make -C third_party_lib CIBW_BEFORE_ALL: make -C third_party_lib
# Install system library # Install system library
CIBW_BEFORE_ALL_LINUX: yum install -y libffi-dev CIBW_BEFORE_ALL_LINUX: yum install -y libffi-devel
# Chain multiple commands using && and > in a YAML file, like: # Chain multiple commands using && and > in a YAML file, like:
CIBW_BEFORE_ALL: > CIBW_BEFORE_ALL: >
@@ -598,7 +598,7 @@ Platform-specific environment variables also available:<br/>
# Install system library # Install system library
[tool.cibuildwheel.linux] [tool.cibuildwheel.linux]
before-all = "yum install -y libffi-dev" before-all = "yum install -y libffi-devel"
# Run multiple commands using an array # Run multiple commands using an array
before-all = [ before-all = [