Skip to content

Commit de30136

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eb_hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,7 @@ def pre_configure_hook_graphviz(self, *args, **kwargs):
10751075
f'--with-ltdl-lib={lib_dir}',
10761076
f'--with-zlibdir={lib_dir}',
10771077
}
1078+
# 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
10781079
for item in old_items:
10791080
if item.startswith('--with-ltdl-lib') or item.startswith('-with-ltdl-lib'):
10801081
continue

0 commit comments

Comments
 (0)