Browse Source

Enable windows long manifest for all pyprograms
d773653083f7c4c70a99266c290e3d22ab070ba2

v-korovin 7 months ago
parent
commit
f4ea68421d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build/plugins/pybuild.py

+ 1 - 0
build/plugins/pybuild.py

@@ -261,6 +261,7 @@ def py_program(unit, py3):
         if unit.get('PYTHON_SQLITE3') != 'no':
             peers.append('contrib/tools/python/src/Modules/_sqlite')
     unit.onpeerdir(peers)
+    unit.onwindows_long_path_manifest()
     if unit.get('MODULE_TYPE') == 'PROGRAM':  # can not check DLL
         unit.onadd_check_py_imports()