mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
llvm-config: Show OBJROOT rather than OBJROOT/BUILD_MODE in MakefileStyle.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197818 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
247ea104f1
commit
7c0eb96c8a
@ -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…
x
Reference in New Issue
Block a user