mirror of
https://github.com/godotengine/godot.git
synced 2025-01-13 05:22:17 +00: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
|
|
|