mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 01:55:08 +00:00
llvm-config: Show build root instead of parent path in build tree with --obj-root for CMake multiconfig.
llvm-svn: 197683
This commit is contained in:
parent
716198d61c
commit
429a222707
@ -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