mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Suppress compilation of lib2to3 py2_ test files.
This commit is contained in:
parent
c6a7b6b734
commit
37475a8d22
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ def add_ui(db):
|
|||
("VerdanaRed9", "Verdana", 9, 255, 0),
|
||||
])
|
||||
|
||||
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x bad_coding|badsyntax|site-packages "[TARGETDIR]Lib"'
|
||||
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x bad_coding|badsyntax|site-packages|py2_ "[TARGETDIR]Lib"'
|
||||
# See "CustomAction Table"
|
||||
add_data(db, "CustomAction", [
|
||||
# msidbCustomActionTypeFirstSequence + msidbCustomActionTypeTextData + msidbCustomActionTypeProperty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue