godot/platform/haiku/SCsub
2015-05-24 23:22:51 +03:00

11 lines
117 B
Plaintext

Import('env')
common_haiku = [
'os_haiku.cpp'
]
env.Program(
'#bin/godot',
['godot_haiku.cpp'] + common_haiku
)