summaryrefslogtreecommitdiff
path: root/src/resources/macos
AgeCommit message (Collapse)Author
2022-11-25No Exe Patch AppliedSteph Enders
2022-06-27Update MacOS to compile w/ BoostSteph Enders
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!
2022-06-26Alias filesystem library to allow for xp usageSteph Enders
MacOS 10.14 still uses experimental/filesystem which is what we're currently targetting. If I can get my hands on a 10.15+ we can test that out
2022-06-26adding macos support in progressdanenders