Linux/BSD: Add LINUXBSD_ENABLED define for non X11-related checks
This commit is contained in:
parent
629796c333
commit
91a54cdbc1
4 changed files with 14 additions and 9 deletions
|
|
@ -45,7 +45,7 @@ def make_default_controller_mappings(target, source, env):
|
|||
platform_mappings[current_platform][guid] = line
|
||||
|
||||
platform_variables = {
|
||||
"Linux": "#if X11_ENABLED",
|
||||
"Linux": "#if LINUXBSD_ENABLED",
|
||||
"Windows": "#ifdef WINDOWS_ENABLED",
|
||||
"Mac OS X": "#ifdef MACOS_ENABLED",
|
||||
"Android": "#if defined(__ANDROID__)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue