diff options
author | 2015-03-30 14:36:33 +0200 | |
---|---|---|
committer | 2015-03-30 14:36:33 +0200 | |
commit | fadbc9808c682c1c9cc7af89a35d2e4fa3faa6dc (patch) | |
tree | 1ca878aa70cf67e6419b283cafc1ae6515b377ef /3rdparty/genie/scripts/genie.lua | |
parent | 86ac81dd3399acb04e99a4ddcd3acc5a622aa4ec (diff) |
Updated to latest 3rdparty (nw)
Diffstat (limited to '3rdparty/genie/scripts/genie.lua')
-rw-r--r-- | 3rdparty/genie/scripts/genie.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/3rdparty/genie/scripts/genie.lua b/3rdparty/genie/scripts/genie.lua index 73ea1d344a1..4cbd3928a8f 100644 --- a/3rdparty/genie/scripts/genie.lua +++ b/3rdparty/genie/scripts/genie.lua @@ -26,7 +26,7 @@ "StaticRuntime" } includedirs { - "../src/host/lua-5.2.3/src" + "../src/host/lua-5.3.0/src" } files { @@ -38,10 +38,10 @@ excludes { "../src/premake.lua", - "../src/host/lua-5.2.3/src/lua.c", - "../src/host/lua-5.2.3/src/luac.c", - "../src/host/lua-5.2.3/**.lua", - "../src/host/lua-5.2.3/etc/*.c", + "../src/host/lua-5.3.0/src/lua.c", + "../src/host/lua-5.3.0/src/luac.c", + "../src/host/lua-5.3.0/**.lua", + "../src/host/lua-5.3.0/etc/*.c", } configuration "Debug" |