mirror of
https://github.com/godotengine/godot.git
synced 2026-02-26 09:01:19 +00:00
9 lines
104 B
Text
9 lines
104 B
Text
Import('env')
|
|
|
|
ogg_sources = [
|
|
|
|
"ogg/bitwise.c",
|
|
"ogg/framing.c",
|
|
]
|
|
|
|
env.drivers_sources+=ogg_sources
|