Skip to content

Commit 04b3460

Browse files
authored
Fix xcodebuild with swift 5.8
1 parent edca577 commit 04b3460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/yoga/Yoga.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ static float YGDistributeFreeSpaceSecondPass(
18991899
"flex",
19001900
config);
19011901
node->setLayoutHadOverflow(
1902-
node->getLayout().hadOverflow |
1902+
node->getLayout().hadOverflow ||
19031903
currentRelativeChild->getLayout().hadOverflow);
19041904
}
19051905
return deltaFreeSpace;

0 commit comments

Comments
 (0)