diff options
author | Steph Enders <smenders@gmail.com> | 2022-06-27 17:45:44 -0400 |
---|---|---|
committer | Steph Enders <smenders@gmail.com> | 2022-06-27 17:45:44 -0400 |
commit | 38d46b2dda0243cfa60bc6945859ebd587e0a851 (patch) | |
tree | 3af0286199c6075ad50c36f2218c1c303f9fa921 /.gitmodules | |
parent | 734ee0f6352fdb6077c142d90f191c11c32f98d2 (diff) |
Update MacOS to compile w/ Boost
MacOS seems to rely on an older/different C++ stdlib than Windows or
Linux. So replacing those with Boost equivalents.
Mostly contained to the Resources thankfully!
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 93b742b..1d578d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,7 @@ path = thirdparty/lua url = https://github.com/lua/lua branch = v5.4.0-patch +[submodule "thirdparty/boost"] + path = thirdparty/boost + url = https://github.com/s3nd3r5/boost + branch = v1.79.0 |