Skip to content

Commit 2ca029d

Browse files
committed
macé
1 parent b12dd24 commit 2ca029d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit
120120
archs = ["arm64", "universal2"]
121121
build = "cp*"
122122
skip = "cp36-* cp37-* cp38-* cp39-* cp313-* cp314-* cp315-* pypy* pp*"
123-
before-build = "brew install libomp llvm&&echo 'export PATH=\"/opt/homebrew/opt/llvm/bin:$PATH\"\\nexport MACOSX_DEPLOYMENT_TARGET=14.0' >> /Users/runner/.bash_profile"
123+
before-build = "brew install libomp llvm&&echo 'export PATH=\"/opt/homebrew/opt/llvm/bin:$PATH\"' >> /Users/runner/.bash_profile&&export MACOSX_DEPLOYMENT_TARGET=14.0"
124124

125125
[tool.cibuildwheel.windows]
126126
archs = ["AMD64"]

0 commit comments

Comments
 (0)