mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
llvm-config: Show OBJROOT rather than OBJROOT/BUILD_MODE in MakefileStyle.
llvm-svn: 197818
This commit is contained in:
parent
0ab721b842
commit
8f5f8ba3a5
@ -240,6 +240,7 @@ int main(int argc, char **argv) {
|
||||
// layout.
|
||||
switch (DevelopmentTreeLayout) {
|
||||
case MakefileStyle:
|
||||
ActivePrefix = ActiveObjRoot;
|
||||
ActiveBinDir = ActiveObjRoot + "/" + build_mode + "/bin";
|
||||
ActiveLibDir = ActiveObjRoot + "/" + build_mode + "/lib";
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user