fix missing dll exports #1127

Closed
justjavac wants to merge 3 commits from patch-1 into main
justjavac commented 2022-02-10 20:53:34 -08:00 (Migrated from github.com)

When I use libyogacore.so in other programming languages, it crash with message as

Could not obtain symbol from the library: dlsym(0x20b84d220, YGConfigIsExperimentalFeatureEnabled): symbol not found

This function is defined as WIN_EXPORT bool YGConfigIsExperimentalFeatureEnabled in yoga.h, but is not defined using YOGA_EXPORT in yoga.cpp.

When I use libyogacore.so in other programming languages, it crash with message as > Could not obtain symbol from the library: dlsym(0x20b84d220, YGConfigIsExperimentalFeatureEnabled): symbol not found This function is defined as `WIN_EXPORT bool YGConfigIsExperimentalFeatureEnabled` in yoga.h, but is not defined using `YOGA_EXPORT` in yoga.cpp.
facebook-github-bot commented 2022-10-03 08:41:14 -07:00 (Migrated from github.com)

@NickGerleman has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@NickGerleman has imported this pull request. If you are a Meta employee, you can view this diff [on Phabricator](https://www.internalfb.com/diff/D40024450).

Pull request closed

Sign in to join this conversation.
No description provided.