From 38d46b2dda0243cfa60bc6945859ebd587e0a851 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Mon, 27 Jun 2022 17:45:44 -0400 Subject: 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! --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3-54-g00ecf