You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00: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
|