premake-core icon indicating copy to clipboard operation
premake-core copied to clipboard

gcc is not a valid toolset in "premake5 gmake" in dev

Open jvburnes opened this issue 8 years ago • 10 comments

A simple check of:

solution "xyzzy" toolset "clang"

yields "CC=clang" in the generated makefiles, however:

solution "xyzzy" toolset "gcc"

does not set CC= in the generated makefiles

This is on OSX, if it makes any difference.

jvburnes avatar Sep 10 '15 04:09 jvburnes