Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix committed May 23, 2024
1 parent 62ebc49 commit d3220fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/w/wgpu-native/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package("wgpu-native")

on_load("windows", function (package)
if not package:config("shared") then
package:add("syslinks", "Advapi32", "bcrypt", "d3dcompiler", "NtDll", "User32", "Userenv", "WS2_32")
package:add("syslinks", "Advapi32", "bcrypt", "d3dcompiler", "NtDll", "User32", "Userenv", "WS2_32", "Gdi32", "Opengl32")
end
end)

Expand Down

0 comments on commit d3220fc

Please sign in to comment.