mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
llvm-config: Show build root instead of parent path in build tree with --obj-root for CMake multiconfig.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197683 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
974dbe1f06
commit
af224d7584
@ -248,6 +248,7 @@ int main(int argc, char **argv) {
|
||||
ActiveLibDir = ActiveObjRoot + "/lib";
|
||||
break;
|
||||
case CMakeBuildModeStyle:
|
||||
ActivePrefix = ActiveObjRoot;
|
||||
ActiveBinDir = ActiveObjRoot + "/bin/" + build_mode;
|
||||
ActiveLibDir = ActiveObjRoot + "/lib/" + build_mode;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user