Logo
Explore Help
Sign In
northern-lighthouse/godot
1
0
Fork 0
You've already forked godot
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
d5eba83fd57005c110ef594f90c84016b758a0d5
godot/drivers/unix/SCsub

10 lines
164 B
Plaintext
Raw Normal View History

SCsub: Add python shebang as a hint for syntax highlighting Also switch existing shebangs to "better" /usr/bin/env python.
2016-10-17 08:50:25 +02:00
#!/usr/bin/env python
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
Implemented DirAccess get_drive and get_drive_count for Linux
2017-09-12 12:01:10 -03:00
env["check_c_headers"] = [ [ "mntent.h", "HAVE_MNTENT" ] ]
GODOT IS OPEN SOURCE
2014-02-09 22:10:30 -03:00
Export('env')
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.1 Page: 191ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API