Skip to content

Commit

Permalink
fix: Added missing yoga-bin.py file, required to build the linux bina…
Browse files Browse the repository at this point in the history
…ry version
  • Loading branch information
flozz committed Apr 12, 2024
1 parent ea76ed0 commit 0d94c99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ _*.c*
.pytest_cache/
*.tags
/__misc__/
yoga-bin.*
yoga-bin.dist
yoga-bin.build
6 changes: 6 additions & 0 deletions linux-bin/yoga-bin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env python

from yoga.__main__ import main

if __name__ == "__main__":
main()

0 comments on commit 0d94c99

Please sign in to comment.