Skip to content

Commit ab9f93f

Browse files
committed
ingore all platform files
1 parent 60cedfc commit ab9f93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raylib_premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function defineRaylibProject()
102102
}
103103
files {raylib_dir .. "/src/*.h", raylib_dir .. "/src/*.c"}
104104

105-
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"}
105+
removefiles {raylib_dir .. "/src/rcore_*c"}
106106

107107
filter { "system:macosx", "files:" .. raylib_dir .. "/src/rglfw.c" }
108108
compileas "Objective-C"

0 commit comments

Comments
 (0)