fix: Added missing yoga-bin.py file, required to build the linux binary version

This commit is contained in:
Fabien LOISON 2024-04-12 12:48:45 +02:00
parent ea76ed0d2d
commit 0d94c99352
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
2 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@ -17,4 +17,5 @@ _*.c*
.pytest_cache/
*.tags
/__misc__/
yoga-bin.*
yoga-bin.dist
yoga-bin.build

6
linux-bin/yoga-bin.py Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python
from yoga.__main__ import main
if __name__ == "__main__":
main()