Skip to content

Commit 75ffb0c

Browse files
Crivellacasparvl
andauthored
Update eb_hooks.py
Co-authored-by: Caspar van Leeuwen <33718780+casparvl@users.noreply.github.com>
1 parent de30136 commit 75ffb0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ def pre_configure_hook_graphviz(self, *args, **kwargs):
10771077
}
10781078
# Add to the new_items all the old items except the `--with-ltdl-lib` and `--with-ltdl-lib` for which we already defined new values above
10791079
for item in old_items:
1080-
if item.startswith('--with-ltdl-lib') or item.startswith('-with-ltdl-lib'):
1080+
if item.startswith('--with-ltdl-lib') or item.startswith('--with-zlibdir'):
10811081
continue
10821082
new_items.add(item)
10831083

0 commit comments

Comments
 (0)