From 03dfe942f9c1f156d25c2930f63a9dc7368ff0d0 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 9 Oct 2019 17:27:21 +0800 Subject: [PATCH] add windows links for raylib --- packages/r/raylib/xmake.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/r/raylib/xmake.lua b/packages/r/raylib/xmake.lua index 7ebd553dd..b44935d44 100644 --- a/packages/r/raylib/xmake.lua +++ b/packages/r/raylib/xmake.lua @@ -18,6 +18,8 @@ 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") end on_install("macosx", function (package)