mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
12 lines
166 B
Plaintext
12 lines
166 B
Plaintext
Import('env')
|
|
|
|
files = [
|
|
'os_osx.mm',
|
|
'godot_main_osx.mm',
|
|
'audio_driver_osx.cpp',
|
|
'sem_osx.cpp',
|
|
# 'context_gl_osx.cpp',
|
|
]
|
|
|
|
env.Program('#bin/godot_osx',files)
|