diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2026-02-10 13:30:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-10 13:30:24 +0000 |
| commit | 132e4e470f9662f308bba86e09199ec4bc400d60 (patch) | |
| tree | c496a5cb833a2742f85d7f232aae58823d67cbe2 | |
| parent | 9c3ea1386f78aec6db05a925ec23fb9a9cd43155 (diff) | |
| parent | 5a02132ac31696e5b6422939bd60a36f823f7ffb (diff) | |
Merge pull request #6249 from laytan/fix-box2d-build-and-try-lfs
fix box2d build and try Git LFS
| -rw-r--r-- | .gitattributes | 5 | ||||
| -rw-r--r-- | vendor/box2d/lib/box2d_windows_amd64_avx2.lib | bin | 1000940 -> 131 bytes | |||
| -rw-r--r-- | vendor/box2d/lib/box2d_windows_amd64_sse2.lib | bin | 1000416 -> 131 bytes |
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index e58996311..cf3203d4a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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
\ No newline at end of file +*.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 diff --git a/vendor/box2d/lib/box2d_windows_amd64_avx2.lib b/vendor/box2d/lib/box2d_windows_amd64_avx2.lib Binary files differindex e8a92b065..05e5b90a3 100644 --- a/vendor/box2d/lib/box2d_windows_amd64_avx2.lib +++ b/vendor/box2d/lib/box2d_windows_amd64_avx2.lib diff --git a/vendor/box2d/lib/box2d_windows_amd64_sse2.lib b/vendor/box2d/lib/box2d_windows_amd64_sse2.lib Binary files differindex 2a0c94cc0..21c9a4e2b 100644 --- a/vendor/box2d/lib/box2d_windows_amd64_sse2.lib +++ b/vendor/box2d/lib/box2d_windows_amd64_sse2.lib |