Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 24, 2021
1 parent e3c8ef9 commit f246049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -564,8 +564,8 @@ def build_extensions(self):
library_dirs,
os.path.join(
os.environ["ANDROID_ROOT"],
"lib" if struct.calcsize("l") == 4 else "lib64"
)
"lib" if struct.calcsize("l") == 4 else "lib64",
),
)

elif sys.platform.startswith("netbsd"):
Expand Down

0 comments on commit f246049

Please sign in to comment.