summaryrefslogtreecommitdiff
path: root/platform/x11/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'platform/x11/SCsub')
-rw-r--r--platform/x11/SCsub8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/x11/SCsub b/platform/x11/SCsub
index e20bd44f8d..93cd2ca267 100644
--- a/platform/x11/SCsub
+++ b/platform/x11/SCsub
@@ -4,10 +4,10 @@ Import('env')
common_x11=[\
- "context_gl_x11.cpp",\
- "os_x11.cpp",\
- "key_mapping_x11.cpp",\
- "joystick_linux.cpp",\
+ "context_gl_x11.cpp",\
+ "os_x11.cpp",\
+ "key_mapping_x11.cpp",\
+ "joystick_linux.cpp",\
]
env.Program('#bin/godot',['godot_x11.cpp']+common_x11)