Replies: 1 comment
-
It's not possible with the current build configuration. This is not something that premake provides in a direct way. Paths are basically defined in the premake files by the developer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to test with both Clang and GCC. Currently, I have to keep two versions of the
eepp
source tree:eepp-gcc
andeepp-llvm
. I'm totally lacking experience withpremake
. But withCMake
, it's very easy. You only need one source tree. You can create different build directories (e.g.,build-gcc
,build-clang
,...) to build with different configurations.Beta Was this translation helpful? Give feedback.
All reactions