fletcher / peg-multimarkdown

An implementation of MultiMarkdown in C, using a PEG grammar - a fork of jgm's peg-markdown. No longer under active development - see MMD 5.
Other
523 stars 55 forks source link

Enabling build on 32 bit mac #1

Closed fletcher closed 13 years ago

fletcher commented 14 years ago

I had to tweak the makefile to get this to compile on my mac, but I really didn't know what I was doing. I added -arch i386 to the CFLAGS variable, which works for me but probably breaks this for everybody else.

I welcome a fix!

fletcher commented 13 years ago

I think I got this fixed by using a conditional inside the makefile. Should compile on Mac OS X or unix, so long as glib2 is installed. And that's a separate issue. :)