Skip to content

Commit

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

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

fbshipit-source-id: 60e05cc49969f51d5fc4856cf25ce2afede72f36
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Nov 20, 2023
1 parent c7bd397 commit b4d4aef
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 b4d4aef

Please sign in to comment.