aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/skang.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-27 16:48:07 +1000
committerDavid Walter Seikel2014-04-27 16:48:07 +1000
commit568c8829db2f886921c7592cadbadbf4241127b6 (patch)
tree0af400526db683fa4ff5fb18a7eb2f685795fd04 /libraries/skang.lua
parentAdded stuff cut and pasted from the new Evas_3d examples, but they are broken... (diff)
downloadSledjHamr-568c8829db2f886921c7592cadbadbf4241127b6.zip
SledjHamr-568c8829db2f886921c7592cadbadbf4241127b6.tar.gz
SledjHamr-568c8829db2f886921c7592cadbadbf4241127b6.tar.bz2
SledjHamr-568c8829db2f886921c7592cadbadbf4241127b6.tar.xz
Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff to suit.
Diffstat (limited to '')
-rw-r--r--lib/skang.lua (renamed from libraries/skang.lua)2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/skang.lua b/lib/skang.lua
index 23549c3..633a574 100644
--- a/libraries/skang.lua
+++ b/lib/skang.lua
@@ -1010,7 +1010,7 @@ end
1010 1010
1011-- Get our C functions installed into skang. 1011-- Get our C functions installed into skang.
1012-- This has to be after thingasm is defined. 1012-- This has to be after thingasm is defined.
1013package.cpath = package.cpath .. ';../../libraries/lib?.so' 1013package.cpath = package.cpath .. ';../../lib/lib?.so'
1014local GuiLua = require 'GuiLua' 1014local GuiLua = require 'GuiLua'
1015 1015
1016 1016