Browse Source

add cmake versiom tips for raylib

ruki 6 năm trước cách đây
mục cha
commit
120645b8dc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/r/raylib/xmake.lua

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

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