bvschaik / julius

An open source re-implementation of Caesar III
GNU Affero General Public License v3.0
2.79k stars 312 forks source link

Support macOS 10.4 #649

Closed evanmiller closed 2 years ago

evanmiller commented 2 years ago

macOS 10.4 lacks execinfo.h. Adding the proposed logic allows the project to be compiled and the game to be played on this very old platform.

(I have read CONTRIBUTING.md and understand I am supposed to raise an issue first, but it's a small change and this seemed like the easiest way to discuss it.)

crudelios commented 2 years ago

Thanks for the change!