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 12
12
<TargetArchitecture Condition =" '$(Platform)' == ''" >x64</TargetArchitecture >
13
13
<NativeTargetArchitecture Condition =" '$(NativeTargetArchitecture)' == ''" >$(TargetArchitecture)</NativeTargetArchitecture >
14
14
<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 >
18
16
19
17
<Platform Condition =" '$(Platform)'==''" >AnyCPU</Platform >
20
18
<PlatformConfig >$(Platform).$(Configuration)</PlatformConfig >
Original file line number Diff line number Diff line change @@ -63,9 +63,6 @@ while [ "$1" != "" ]; do
63
63
shift
64
64
done
65
65
66
- # strip the -netcoreapp3_1 and -netfx suffixes from the configuration
67
- __configuration=${__configuration/ -netcoreapp3_1/ }
68
- __configuration=${__configuration/ -netfx/ }
69
66
__cmake_defines=" -DCMAKE_BUILD_TYPE=${__configuration} ${__strip_argument} -DMKL_LIB_PATH=${__mkllibpath} -DMKL_LIB_RPATH=${__mkllibrpath} "
70
67
71
68
__IntermediatesDir=" $__baseIntermediateOutputPath /Native/$__build_arch .$__configuration "
You can’t perform that action at this time.
0 commit comments