Skip to content

Commit fdbd37b

Browse files
authored
Add 'ntdll' to Windows syslinks in xmake.lua
1 parent 6ba36b0 commit fdbd37b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/f/foxglove-sdk/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ package("foxglove-sdk")
4848
elseif not package:config("shared") then
4949
package:add("links", "foxglove")
5050
if package:is_plat("windows") then
51-
package:add("syslinks", "Bcrypt", "SChannel", "Crypt32", "Ncrypt")
51+
package:add("syslinks", "Bcrypt", "SChannel", "Crypt32", "Ncrypt", "ntdll")
5252
elseif package:is_plat("macosx") then
5353
package:add("frameworks", "Security", "CoreFoundation", "IOKit")
5454
else

0 commit comments

Comments
 (0)