aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/skang.lua
diff options
context:
space:
mode:
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