Unverified Commit 1bcc0192 authored by Oleksandr Karpovich's avatar Oleksandr Karpovich Committed by GitHub

add dxgi.lib for windows linkJvmBindings (#576)

parent 430ce714
...@@ -943,6 +943,7 @@ fun createLinkJvmBindings( ...@@ -943,6 +943,7 @@ fun createLinkJvmBindings(
"opengl32.lib", "opengl32.lib",
"shcore.lib", "shcore.lib",
"user32.lib", "user32.lib",
"dxgi.lib",
) )
} }
OS.Android -> { OS.Android -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment