jhasse / chipmunkpp

Chipmunk Physics C++ wrapper
bixense.com/chipmunkpp
zlib License
41 stars 3 forks source link

Add option to specify alternative location for chipmunk source #3

Closed FinnG closed 9 years ago

FinnG commented 9 years ago

I'm using this in a project I'm working on and it seems like a neat thing to have in general.

Default behaviour is unchanged, but if the user doesn't want to put the chipmunk source in a directory called "chipmunk" they can instead build with the following command line:

scons chipmunk_dir="<path_to_built_chimpunk_source>"

jhasse commented 9 years ago

Looks great! Thanks :)