Commit graph

9 commits

Author SHA1 Message Date
Robin Jones ac4b35b618 Cleanup toolchain file. 2021-01-22 13:36:16 +00:00
Tyler J. Stachecki b9e6d10341 Add macOS cross-build support. 2017-03-18 22:16:35 -04:00
Mike Ryan 07301222dd build: add FindIconv cmake file
Forgot to add this file in previous commit. See #59.
2017-03-08 10:18:35 -08:00
Mike Ryan 0d087a054e cmake: remove build system dependency on GNU as 2016-06-19 08:55:53 -07:00
Tyler J. Stachecki 03fd39cd4a Fix mingw64 build issues. 2015-08-17 13:52:46 -04:00
Tyler J. Stachecki 391b967725 Work on cleaning up the build system somewhat. 2015-05-16 17:15:19 -04:00
Tyler J. Stachecki 674b0b4f78 Add a function to save/restore hostregs. 2015-05-16 15:50:09 -04:00
Tyler Stachecki b6df46c51d Cleanup/organize some CMake stuff. 2015-01-14 11:38:48 -05:00
torque 8471c823f6 Build: find correct OpenGL on OS X.
cmake needs to find the OpenGL corresponding to XQuartz, not the system
framework. Introduce a custom find module to do this on OS X.

Also define _DARWIN_C_SOURCE on OS X, which is needed for signal.h to
not throw an error.
2015-01-14 10:06:04 -05:00