This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
mirror of
https://github.com/godotengine/godot.git
synced
2025-01-23 19:12:24 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
248bc9159c
godot
/
drivers
/
alsa
/
SCsub
6 lines
81 B
Text
Raw
Normal View
History
Unescape
Escape
GODOT IS OPEN SOURCE
2014-02-09 22:10:30 -03:00
Import('env')
drivers: Refactor SCsub and drop redundant env_drivers clone The reordering of the SConscript includes allows to ensure that stuff like the builtin zlib headers will be available for libpng. Also moved glew back into global env, otherwise windows seems not to find it... Kind of shooting in the dark with this multi-env setup.
2016-10-15 12:39:28 +02:00
env.add_source_files(env.drivers_sources, "*.cpp")
GODOT IS OPEN SOURCE
2014-02-09 22:10:30 -03:00
Export('env')
Reference in a new issue
Copy permalink