kick
kick copied to clipboard
Premake on OSX
Manually set "C++ language dialect" to "C++11" and "C++ Standard Library" to "libc++"
Todo: find better solution
http://industriousone.com/topic/premake5-xcode-support there is no actual premake5 support for OS X, can you actually build?
Currently I'm using premake 4.4 beta (http://premake.github.io) However after creating an XCode project (premake xcode4) you must currently change the C++ settings manuel. Btw. I'm tempted to switch to cmake in the future