diff options
Diffstat (limited to 'drivers/gl_context')
-rw-r--r-- | drivers/gl_context/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gl_context/SCsub b/drivers/gl_context/SCsub index b9f0ea2254..d6945ee2eb 100644 --- a/drivers/gl_context/SCsub +++ b/drivers/gl_context/SCsub @@ -2,7 +2,7 @@ Import('env') -if (env["platform"] in ["haiku", "osx", "windows", "x11"]): +if (env["platform"] in ["haiku", "osx", "windows", "linuxbsd"]): # Thirdparty source files thirdparty_dir = "#thirdparty/glad/" thirdparty_sources = [ |