mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-24 13:39:20 +00:00
fc8ccd5b8c
Also switch existing shebangs to "better" /usr/bin/env python.
11 lines
146 B
Python
11 lines
146 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
|
|
common_server=[\
|
|
"os_server.cpp",\
|
|
]
|
|
|
|
env.Program('#bin/godot_server',['godot_server.cpp']+common_server)
|