mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-26 09:18:56 +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:
@@ -240,6 +240,7 @@ int main(int argc, char **argv) {
|
|||||||
// layout.
|
// layout.
|
||||||
switch (DevelopmentTreeLayout) {
|
switch (DevelopmentTreeLayout) {
|
||||||
case MakefileStyle:
|
case MakefileStyle:
|
||||||
|
ActivePrefix = ActiveObjRoot;
|
||||||
ActiveBinDir = ActiveObjRoot + "/" + build_mode + "/bin";
|
ActiveBinDir = ActiveObjRoot + "/" + build_mode + "/bin";
|
||||||
ActiveLibDir = ActiveObjRoot + "/" + build_mode + "/lib";
|
ActiveLibDir = ActiveObjRoot + "/" + build_mode + "/lib";
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user