This commit is contained in:
Joshua Root
2024-02-26 20:10:16 +11:00
parent e4617a57e7
commit 2844a85dff
+1 -1
View File
@@ -63,7 +63,7 @@ proc process_port_deps {portname} {
}
proc check_failing_deps {portname} {
if {[dict exists ::failingports $portname]} {
if {[dict exists $::failingports $portname]} {
return [dict get $::failingports $portname]
}
# Protect against dependency cycles