systemed / tilemaker

Make OpenStreetMap vector tiles without the stack
https://tilemaker.org/
Other
1.4k stars 226 forks source link

Only use Mac-specific LuaJIT linking for 2.0 #716

Closed systemed closed 2 months ago

systemed commented 2 months ago

The Mac-specific build flags for LuaJIT are no longer required with LuaJIT 2.1 (see https://github.com/LuaJIT/LuaJIT/issues/993#issuecomment-1566011965).

Fixes #699 hopefully.