1
0
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:
NAKAMURA Takumi 2013-12-20 17:35:52 +00:00
parent 0ab721b842
commit 8f5f8ba3a5

View File

@ -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;