Browse Source

wildcards for platforms

Jeffery Myers 1 year ago
parent
commit
9afeb831a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      raylib_premake5.lua

+ 1 - 1
raylib_premake5.lua

@@ -106,7 +106,7 @@ 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"}
+    removefiles {raylib_dir .. "/src/rcore_*.c"}
 
     filter { "system:macosx", "files:" .. raylib_dir .. "/src/rglfw.c" }
         compileas "Objective-C"