Просмотр исходного кода

Updated lua and lua bind to ones that should build on Linux (Win32 build
now works)

Paul 11 лет назад
Родитель
Сommit
adce4f23d2
3 измененных файлов с 6 добавлено и 6 удалено
  1. 4 4
      .gitmodules
  2. 1 1
      dependencies/lua
  3. 1 1
      dependencies/luabind

+ 4 - 4
.gitmodules

@@ -1,11 +1,11 @@
 [submodule "dependencies/tinyxml"]
 	path = dependencies/tinyxml
 	url = git://github.com/paulsapps/TinyXML.git
-[submodule "dependencies/luabind"]
-	path = dependencies/luabind
-	url = https://github.com/LuaDist/luabind.git
-	branch = master
 [submodule "dependencies/lua"]
 	path = dependencies/lua
 	url = https://github.com/LuaDist/lua.git
+	branch = lua-5.1
+[submodule "dependencies/luabind"]
+	path = dependencies/luabind
+	url = https://github.com/paulsapps/luabind.git
 	branch = master

+ 1 - 1
dependencies/lua

@@ -1 +1 @@
-Subproject commit 96245accd1539c8bb0d8be310eaa9cf5fbab9fed
+Subproject commit d2e7e7d4d43ff9068b279a617c5b2ca2c2771676

+ 1 - 1
dependencies/luabind

@@ -1 +1 @@
-Subproject commit 2387599ea56319235cb2d639331bfbe816629fdc
+Subproject commit 49e0846ae37072766429da472b542e48aa4dbd62