Build for Linux ARM32 (armhf) and ARM64 (aarch64) (#1382)
Co-authored-by: jp2masa <jp2masa@users.noreply.github.com>
This commit is contained in:
parent
35a7522bf8
commit
a3472b0627
27 changed files with 461 additions and 493 deletions
|
|
@ -13,6 +13,9 @@ namespace NativeLibraryMiniTest {
|
|||
|
||||
static int Main() {
|
||||
Console.WriteLine("Starting test...");
|
||||
Console.WriteLine($"OS = {RuntimeInformation.OSDescription}");
|
||||
Console.WriteLine($"OS Arch = {RuntimeInformation.OSArchitecture}");
|
||||
Console.WriteLine($"Proc Arch = {RuntimeInformation.ProcessArchitecture}");
|
||||
|
||||
Console.WriteLine("Version test...");
|
||||
Console.WriteLine($"sk_version_get_milestone() = {sk_version_get_milestone()}");
|
||||
|
|
@ -49,7 +52,6 @@ namespace NativeLibraryMiniTest {
|
|||
}
|
||||
|
||||
[DllImport(SKIA, CallingConvention = CallingConvention.Cdecl)]
|
||||
[return: MarshalAs(UnmanagedType.LPStr)]
|
||||
static extern void* sk_version_get_string();
|
||||
|
||||
[DllImport(SKIA, CallingConvention = CallingConvention.Cdecl)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue