Merge pull request #6249 from laytan/fix-box2d-build-and-try-lfs

fix box2d build and try Git LFS
This commit is contained in:
gingerBill
2026-02-10 13:30:24 +00:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

5
.gitattributes vendored
View File

@@ -1,6 +1,7 @@
*.odin linguist-language=Odin
* text=auto
# These files must always have *nix line-endings
Makefile text eol=lf
*.sh text eol=lf
*.sh text eol=lf
vendor/box2d/lib/box2d_windows_amd64_avx2.lib filter=lfs diff=lfs merge=lfs -text
vendor/box2d/lib/box2d_windows_amd64_sse2.lib filter=lfs diff=lfs merge=lfs -text

Binary file not shown.

Binary file not shown.