a quick and dirty preprocessor method to detect OS X:
#if defined(__APPLE__) && defined(__MACH__)
sure, you could use gnu autotools, but why do all that work when you can just bend the rules.
#if defined(__APPLE__) && defined(__MACH__)
sure, you could use gnu autotools, but why do all that work when you can just bend the rules.
