godot/platform/haiku/SCsub

11 lines
117 B
Plaintext
Raw Normal View History

2015-05-24 22:22:51 +02:00
Import('env')
common_haiku = [
'os_haiku.cpp'
]
env.Program(
'#bin/godot',
['godot_haiku.cpp'] + common_haiku
)