From: Joseph G. <jos...@gm...> - 2011-06-11 21:14:44
|
Improved patch, also fixes missing assertions header. Without it there are lots of errors about JSON_FAIL_MESSAGE and others being undefined. Also, I'm manually specifying -DJSON_IS_AMALGAMATION as part of my build, but it sounds like I'm not supposed to need to do that? -Joe G. On Sat, Jun 11, 2011 at 1:54 PM, Joseph Garvin <jos...@gm...> wrote: > amalgamate.py currently doesn't work on Linux because some paths are > done using backslashes instead of forward slashes. I think the Right > Way (TM) to do this is to use os.path, but here's a lazy patch that > just swaps the slashes. > > -Joe G. > |