Skip to content

Commit cb72644

Browse files
committed
real gyp fix?
1 parent 3805af4 commit cb72644

File tree

2 files changed

+34
-124
lines changed

2 files changed

+34
-124
lines changed

tools/gyp/pylib/gyp/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ def RemoveLinkDependenciesFromNoneTargets(targets):
16571657
if dependencies:
16581658
for t in dependencies:
16591659
if target_dict.get("type", None) == "none":
1660-
if targets[t].get("variables", {}).get("link_dependency", 0):
1660+
if targets.get("t", {}).get("variables", {}).get("link_dependency", 0):
16611661
target_dict[dependency_key] = Filter(
16621662
target_dict[dependency_key], t
16631663
)

0 commit comments

Comments
 (0)