diff options
Diffstat (limited to '3rdparty/bgfx/scripts/genie.lua')
-rw-r--r-- | 3rdparty/bgfx/scripts/genie.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/bgfx/scripts/genie.lua b/3rdparty/bgfx/scripts/genie.lua index 31ad5f3aa11..e77a40e22a6 100644 --- a/3rdparty/bgfx/scripts/genie.lua +++ b/3rdparty/bgfx/scripts/genie.lua @@ -134,7 +134,7 @@ function exampleProject(_name) "glfw3" } - configuration { "linux" } + configuration { "linux or freebsd" } links { "Xrandr", "Xinerama", @@ -274,7 +274,7 @@ function exampleProject(_name) kind "ConsoleApp" targetextension ".bc" - configuration { "linux-*" } + configuration { "linux-* or freebsd" } links { "X11", "GL", |