TheOpenSpaceProgram / new-ospgl

A space exploration game in OpenGL. Devblog: https://tatjam.github.io/index.html
MIT License
43 stars 6 forks source link

Modifications to allow preliminary MacOS Support and better LuaJIT linkage #55

Closed drawblank closed 1 year ago

drawblank commented 1 year ago

This pr adds two major differences:

  1. the addition of a MacOS section in the main CMakeList to stop immediate erroring in compiling on MacOS due to no support of the -lGL flag, and
  2. the replacement of LuaJIT-CMake with the official LuaJIT library built as a make subprocess. Minor differences are the inclusion of MacOS specific components to .gitignore and removal of tracking changes in dep/ via modifying .gitmodules.
drawblank commented 1 year ago

Whoops, looks like i missed the deployment command