2
0
Эх сурвалжийг харах

add cmake versiom tips for raylib

ruki 6 жил өмнө
parent
commit
120645b8dc

+ 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