mirror of
https://github.com/godotengine/godot.git
synced 2025-01-12 20:22:49 +08:00
11 lines
105 B
Plaintext
11 lines
105 B
Plaintext
Import('env')
|
|
|
|
ogg_sources = [
|
|
|
|
"ogg/bitwise.c",
|
|
"ogg/framing.c",
|
|
]
|
|
|
|
env.drivers_sources+=ogg_sources
|
|
|