소스 검색

fix links for raylib

ruki 6 년 전
부모
커밋
73d6f294c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/r/raylib/xmake.lua

+ 1 - 1
packages/r/raylib/xmake.lua

@@ -19,7 +19,7 @@ package("raylib")
     if is_plat("macosx") then
         add_frameworks("OpenGL", "CoreVideo", "CoreGraphics", "AppKit", "IOKit", "CoreFoundation", "Foundation")
     elseif is_plat("windows") then
-        add_syslinks("gdi32", "user32", "winmm")
+        add_syslinks("gdi32", "user32", "winmm", "shell32")
     end
 
     on_install("macosx", function (package)