diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index 1e4afaab8cc578..537f29acc0f3fe 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -64,6 +64,16 @@ The .NET Foundation licenses this file to you under the MIT license. + + + + + + + <_TizenToolchainLibDir>lib + <_TizenToolchainLibDir Condition="'$(_targetArchitecture)' == 'arm64' or '$(_targetArchitecture)' == 'x64' or '$(_targetArchitecture)' == 'riscv64'">lib64 + + $(CrossCompileArch)-linux-$(CrossCompileAbi) @@ -296,6 +306,9 @@ The .NET Foundation licenses this file to you under the MIT license. This is required only for 64-bit binaries. --> + + +