Skip to content

Commit

Permalink
Fix modulemap typo (facebook#41564)
Browse files Browse the repository at this point in the history
Summary:

X-link: facebook/yoga#1474

Fixes facebook/yoga#1468

We build with Swift, but don't build something consuming Yoga module, and don't use modulemap and CocoaPods. This is a gap in validation we should figure out, but in the meantime, we should fix the typo.

Reviewed By: christophpurrer

Differential Revision: D51472493
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Nov 20, 2023
1 parent 228193d commit cb105ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module yoga [system] {
header "YGMacros.h"
header "YGNode.h"
header "YGNodeLayout.h"
header "YGNodeStye.h"
header "YGNodeStyle.h"
header "YGPixelGrid.h"
header "YGValue.h"
header "Yoga.h"
Expand Down

0 comments on commit cb105ba

Please sign in to comment.