Explorar o código

Update xmake.lua

ruki %!s(int64=3) %!d(string=hai) anos
pai
achega
03e470930c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/r/raylib/xmake.lua

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

@@ -26,7 +26,7 @@ package("raylib")
         add_versions("4.0.0", "11f6087dc7bedf9efb3f69c0c872f637e421d914e5ecea99bbe7781f173dc38c")
     end
 
-    if not is_plat("macosx") then
+    if not (is_plat("macosx") and is_arch("x86_64")) then
         add_deps("cmake >=3.11")
     end