Skip to content

Commit

Permalink
Remove redundant append into WHITELIST_PATTERNS (#2935)
Browse files Browse the repository at this point in the history
- pyconfig.h was appended twice into WHITELIST_PATTERNS
- Regression from commit a636b88

Co-authored-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
  • Loading branch information
shyamnathp and ShyamQt authored Dec 8, 2023
1 parent 436d5a9 commit 0df46c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pythonforandroid/bootstraps/common/build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,4 @@ def _read_configuration():


if __name__ == "__main__":
if get_bootstrap_name() in ('sdl2', 'webview', 'service_only'):
WHITELIST_PATTERNS.append('pyconfig.h')
parse_args_and_make_package()

0 comments on commit 0df46c8

Please sign in to comment.