net
net copied to clipboard
Mac OS X flags required?
There seems to be some flags specific to Mac in the Makefile, like the following:
-framework CoreFoundation -framework CoreServices
Are they really necessary? The code looks cross-platform otherwise.
For compiling at OSX, they are actually required, but I remember that the current codebase is able to be built at CentOS, so I guess these flags would be ignored when in other platforms.
Of course PR welcome if you wanna make this more clear :)