summaryrefslogtreecommitdiff
path: root/platform/haiku/SCsub
blob: 8ae489cf545ab524c7bdf24f3e4c37d2e10cfc89 (plain)
1
2
3
4
5
6
7
8
9
10
Import('env')

common_haiku = [
	'os_haiku.cpp'
]

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