mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
build/windows: Add .pdb bundling condition after bundle() improvement
This commit is contained in:
@@ -211,7 +211,8 @@ for dir in ["bin", "lib"]:
|
||||
|
||||
|
||||
## .PDB/CODEVIEW DEBUG SYMBOLS (from babl, gegl and GIMP binaries)
|
||||
bundle(GIMP_PREFIX, "bin/*.pdb")
|
||||
if "32" not in MSYSTEM_PREFIX:
|
||||
bundle(GIMP_PREFIX, "bin/*.pdb")
|
||||
### Remove .pdb without corresponding binaries (depends on what was choosen to be bundled above)
|
||||
files = os.listdir(GIMP_DISTRIB / "bin")
|
||||
binaries = {os.path.splitext(file)[0] for file in files if file.endswith(('.exe', '.dll'))}
|
||||
|
Reference in New Issue
Block a user