mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
- Fix LIB_PATH in BuildYoga.cmake to point to correct yoga directory where libyogacore.a is built - Update test to use Bun.Yoga instead of globalThis.Yoga - Fix test constants to match actual Yoga implementation (remove non-existent experimental features, fix errata constant names) The issue was that Yoga's CMake build places libyogacore.a in yoga/yoga/ but the build system was looking for it in yoga/lib/. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>