Hacker News new | ask | show | jobs
by schpaencoder 3177 days ago
Try; xcode-select install
1 comments

I ended up changing the "cc" line for darwin to this: cc -o $@ $@.o -lSDL2 -lSDL2_ttf now it compiles (and runs) just fine (for me). YMMV