summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-04-16 14:16:14 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-04-16 14:16:14 +0200
commit2b97bfba29e2ff0ed1864f6111a687ac1b61da43 (patch)
tree5913c15c09f03992d7f744d97957f978d2c8723a /3rdparty/bgfx/scripts/genie.lua
parent08747b36ecb01d5d77e33908372ac132fdd61453 (diff)
update to latest 3rdparty, rollback of genie change (nw)
Diffstat (limited to '3rdparty/bgfx/scripts/genie.lua')
-rw-r--r--3rdparty/bgfx/scripts/genie.lua4
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",