File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
<Sha >529fbc2aad419d0c1551d6685cc68be33e62a996</Sha >
12
12
<SourceBuild RepoName =" source-build-reference-packages" ManagedOnly =" true" />
13
13
</Dependency >
14
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.23425.2 " >
14
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.23451.1 " >
15
15
<Uri >https://github.com/dotnet/arcade</Uri >
16
- <Sha >90c167d5c57de4a8bced566379dbd893556c94e8 </Sha >
16
+ <Sha >4665b3d04e1da3796b965c3c3e3b97f55c449a6e </Sha >
17
17
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
18
18
</Dependency >
19
19
<Dependency Name =" Microsoft.DotNet.GenAPI.Task" Version =" 8.0.100-rc.2.23428.1" >
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ elseif(ILLUMOS)
207
207
set (CMAKE_CXX_STANDARD_LIBRARIES "${CMAKE_CXX_STANDARD_LIBRARIES} -lssp" )
208
208
elseif (HAIKU )
209
209
set (CMAKE_SYSROOT "${CROSS_ROOTFS} " )
210
+ set (CMAKE_PROGRAM_PATH "${CMAKE_PROGRAM_PATH} ;${CROSS_ROOTFS} /cross-tools-x86_64/bin" )
210
211
211
212
set (TOOLSET_PREFIX ${TOOLCHAIN} - )
212
213
function (locate_toolchain_exec exec var )
@@ -217,7 +218,6 @@ elseif(HAIKU)
217
218
endif ()
218
219
219
220
find_program (EXEC_LOCATION_${exec}
220
- PATHS "${CROSS_ROOTFS} /cross-tools-x86_64/bin"
221
221
NAMES
222
222
"${TOOLSET_PREFIX}${exec}${CLR_CMAKE_COMPILER_FILE_NAME_VERSION} "
223
223
"${TOOLSET_PREFIX}${exec} " )
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 8.0.100-preview.7.23376.3"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.23425.2 " ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.23451.1 " ,
7
7
"Microsoft.Build.NoTargets" : " 3.7.0"
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments