File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1212 <TargetArchitecture Condition =" '$(Platform)' == ''" >x64</TargetArchitecture >
1313 <NativeTargetArchitecture Condition =" '$(NativeTargetArchitecture)' == ''" >$(TargetArchitecture)</NativeTargetArchitecture >
1414 <BinDir Condition =" '$(BinDir)'==''" >$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'artifacts', 'bin'))</BinDir >
15- <NativeOutputConfig Condition =" $(Configuration.Contains('Debug'))" >Debug</NativeOutputConfig >
16- <NativeOutputConfig Condition =" $(Configuration.Contains('Release'))" >Release</NativeOutputConfig >
17- <NativeOutputPath >$(BinDir)Native\$(NativeTargetArchitecture).$(NativeOutputConfig)\</NativeOutputPath >
15+ <NativeOutputPath >$(BinDir)Native\$(NativeTargetArchitecture).$(Configuration)\</NativeOutputPath >
1816
1917 <Platform Condition =" '$(Platform)'==''" >AnyCPU</Platform >
2018 <PlatformConfig >$(Platform).$(Configuration)</PlatformConfig >
Original file line number Diff line number Diff line change @@ -63,9 +63,6 @@ while [ "$1" != "" ]; do
6363 shift
6464done
6565
66- # strip the -netcoreapp3_1 and -netfx suffixes from the configuration
67- __configuration=${__configuration/ -netcoreapp3_1/ }
68- __configuration=${__configuration/ -netfx/ }
6966__cmake_defines=" -DCMAKE_BUILD_TYPE=${__configuration} ${__strip_argument} -DMKL_LIB_PATH=${__mkllibpath} -DMKL_LIB_RPATH=${__mkllibrpath} "
7067
7168__IntermediatesDir=" $__baseIntermediateOutputPath /Native/$__build_arch .$__configuration "
You can’t perform that action at this time.
0 commit comments