Shpoike / Quakespasm

Extra bloaty junk to modernise stuff a bit.
http://triptohell.info/moodles/qss/
GNU General Public License v2.0
184 stars 41 forks source link

Fix macOS build #96

Closed ericwa closed 2 years ago

ericwa commented 2 years ago

This fixes the Xcode project build on my macOS 10.15 (x86_64) system.

Nothing outside the MacOSX directory is modified, so it shouldn't break anything else.


The main issues I had to deal with were:

To address these, I went with using vcpkg to build static libs for these dependencies (see setup-vcpkg.sh).