You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Make GDNative DLLs work on UWP
This commit is contained in:
@@ -299,8 +299,8 @@ GDNativeLibraryEditor::GDNativeLibraryEditor() {
|
||||
NativePlatformConfig platform_uwp;
|
||||
platform_uwp.name = "Windows Universal";
|
||||
platform_uwp.entries.push_back("arm");
|
||||
platform_uwp.entries.push_back("x86");
|
||||
platform_uwp.entries.push_back("x64");
|
||||
platform_uwp.entries.push_back("32");
|
||||
platform_uwp.entries.push_back("64");
|
||||
platform_uwp.library_extension = "*.dll";
|
||||
platforms["UWP"] = platform_uwp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user