Fix non-bootstrap build on aarch64
This commit is contained in:
parent
b0a5c898c2
commit
b9e285d220
@ -360,6 +360,13 @@ pushd src/sdk.*
|
|||||||
%patch500 -p1
|
%patch500 -p1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
%if %{without bootstrap}
|
||||||
|
%ifnarch x86_64
|
||||||
|
mkdir -p artifacts/obj/%{runtime_arch}/Release
|
||||||
|
cp artifacts/obj/x64/Release/PackageVersions.props artifacts/obj/%{runtime_arch}/Release/PackageVersions.props
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
cat source-build-info.txt
|
cat source-build-info.txt
|
||||||
|
|
||||||
find -iname 'nuget.config' -exec echo {}: \; -exec cat {} \; -exec echo \;
|
find -iname 'nuget.config' -exec echo {}: \; -exec cat {} \; -exec echo \;
|
||||||
|
Loading…
Reference in New Issue
Block a user