浏览代码

add cmake versiom tips for raylib

ruki 6 年之前
父节点
当前提交
120645b8dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/r/raylib/xmake.lua

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

@@ -13,7 +13,7 @@ package("raylib")
     end
     end
 
 
     if not is_plat("macosx") then
     if not is_plat("macosx") then
-        add_deps("cmake")
+        add_deps("cmake >=3.11")
     end
     end
 
 
     if is_plat("macosx") then
     if is_plat("macosx") then