mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
10 lines
104 B
Plaintext
10 lines
104 B
Plaintext
Import('env')
|
|
|
|
ogg_sources = [
|
|
|
|
"ogg/bitwise.c",
|
|
"ogg/framing.c",
|
|
]
|
|
|
|
env.drivers_sources+=ogg_sources
|