add cmake versiom tips for raylib

pull/31/head
ruki 5 years ago
parent 611325404d
commit 120645b8dc
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      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

Loading…
Cancel
Save