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

update to work with current raylib

Jeffery Myers 1 жил өмнө
parent
commit
43389bf371
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      raylib_premake5.lua

+ 2 - 0
raylib_premake5.lua

@@ -106,6 +106,8 @@ project "raylib"
         ["Source Files/*"] = { raylib_dir .. "/src/**.c"},
     }
     files {raylib_dir .. "/src/*.h", raylib_dir .. "/src/*.c"}
+    removefiles {raylib_dir .. "/src/rcore_android.c", raylib_dir .. "/src/rcore_template.c", raylib_dir .. "/src/rcore_drm.c", raylib_dir .. "/src/rcore_web.c", raylib_dir .."/src/rcore_desktop.c"}
+
     filter { "system:macosx", "files:" .. raylib_dir .. "/src/rglfw.c" }
         compileas "Objective-C"