summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake.lua b/xmake.lua
index 009b9fd..fad0559 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -62,11 +62,10 @@ local core_sources = {
"src/platform/*.c",
"src/physics/*.c",
"src/ral/*.c",
- -- "src/ral/backends/opengl/*.c",
+ "src/ral/backends/opengl/*.c",
"src/new_render/*.c",
-- "src/renderer/*.c",
-- "src/renderer/backends/*.c",
- -- "src/renderer/backends/opengl/*.c",
"src/resources/*.c",
"src/std/*.c",
"src/std/containers/*.c",