소스 검색

use lowercase user32

ruki 1 년 전
부모
커밋
cac68166d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/s/sfml/xmake.lua

+ 1 - 1
packages/s/sfml/xmake.lua

@@ -45,7 +45,7 @@ package("sfml")
         component:add("extsources", "brew::sfml/sfml-window")
         component:add("extsources", "brew::sfml/sfml-window")
         if not package:config("shared") then
         if not package:config("shared") then
             if package:is_plat("windows", "mingw") then
             if package:is_plat("windows", "mingw") then
-                component:add("syslinks", "opengl32", "gdi32", "advapi32", "User32")
+                component:add("syslinks", "opengl32", "gdi32", "advapi32", "user32")
             elseif package:is_plat("linux") then
             elseif package:is_plat("linux") then
                 component:add("syslinks", "dl")
                 component:add("syslinks", "dl")
             elseif package:is_plat("bsd") then
             elseif package:is_plat("bsd") then