Skip to content

Commit 0df46c8

Browse files
shyamnathpShyamQt
andauthored
Remove redundant append into WHITELIST_PATTERNS (#2935)
- pyconfig.h was appended twice into WHITELIST_PATTERNS - Regression from commit a636b88 Co-authored-by: Shyamnath Premnadh <[email protected]>
1 parent 436d5a9 commit 0df46c8

File tree

1 file changed

+0
-2
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+0
-2
lines changed

pythonforandroid/bootstraps/common/build/build.py

-2
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,4 @@ def _read_configuration():
10521052

10531053

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

0 commit comments

Comments
 (0)