mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
11 lines
117 B
Text
11 lines
117 B
Text
|
|
Import('env')
|
||
|
|
|
||
|
|
common_haiku = [
|
||
|
|
'os_haiku.cpp'
|
||
|
|
]
|
||
|
|
|
||
|
|
env.Program(
|
||
|
|
'#bin/godot',
|
||
|
|
['godot_haiku.cpp'] + common_haiku
|
||
|
|
)
|