Skip to content

AOT Single-File Publishing Support (Static Library Linking) #35

@Charltsing

Description

@Charltsing

AOT single-file publishing need Static Library, like this


<ItemGroup>
	<DirectPInvoke Include="freetype" />
	<NativeLibrary Include="freetype.lib" Condition="$(RuntimeIdentifier.StartsWith('win'))" />
	<LinkerArg Include="/LIBPATH:.\libs" Condition="$(RuntimeIdentifier.StartsWith('win'))" />
</ItemGroup>

Will you provide the x64 .lib file in a future version?
I can compile the static library myself, but I hope you can provide it in the project for the long term.

thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions