net icon indicating copy to clipboard operation
net copied to clipboard

Mac OS X flags required?

Open tfarina opened this issue 10 years ago • 1 comments

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.

tfarina avatar May 11 '15 02:05 tfarina

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 :)

yorkie avatar May 11 '15 03:05 yorkie