Skip to content

Commit

Permalink
no thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Nov 3, 2023
1 parent 3380098 commit 604e1cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Expand Up @@ -167,6 +167,8 @@ MYPYC_DEBUG_LEVEL = "0"
# from source also doesn't work.
AIOHTTP_NO_EXTENSIONS = "1"

MACOSX_DEPLOYMENT_TARGET = """python -c 'import sysconfig; print(sysconfig.get_config_var("MACOSX_DEPLOYMENT_TARGET"))'"""

[tool.cibuildwheel.linux]
before-build = [
"yum install -y clang gcc",
Expand All @@ -176,9 +178,10 @@ before-build = [
HATCH_BUILD_HOOKS_ENABLE = "1"
MYPYC_OPT_LEVEL = "3"
MYPYC_DEBUG_LEVEL = "0"
AIOHTTP_NO_EXTENSIONS = "1"

# Black needs Clang to compile successfully on Linux.
CC = "clang"
AIOHTTP_NO_EXTENSIONS = "1"

[tool.isort]
atomic = true
Expand Down

0 comments on commit 604e1cf

Please sign in to comment.