]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/AutoGen/IncludesAutoGen.py
BaseTools:build failure in CLANGPDB tool chain
[mirror_edk2.git] / BaseTools / Source / Python / AutoGen / IncludesAutoGen.py
index ca9e02d19b4afad82241abb8e15845731cabd22f..0a6314266f45b151705a7010708ccfce0126f5bf 100644 (file)
@@ -111,6 +111,8 @@ class IncludesAutoGen():
                         continue\r
                     dependency_file = item.strip(" \\\n")\r
                     dependency_file = dependency_file.strip('''"''')\r
+                    if dependency_file == '':\r
+                        continue\r
                     if os.path.normpath(dependency_file +".deps") == abspath:\r
                         continue\r
                     filename = os.path.basename(dependency_file).strip()\r