aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/skang.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/skang.lua b/lib/skang.lua
index 33ae895..0f91e44 100644
--- a/lib/skang.lua
+++ b/lib/skang.lua
@@ -1012,7 +1012,6 @@ end
1012 1012
1013-- Get our C functions installed into skang. 1013-- Get our C functions installed into skang.
1014-- This has to be after thingasm is defined. 1014-- This has to be after thingasm is defined.
1015package.cpath = package.cpath .. ';./lib/lib?.so;../lib/lib?.so;../../lib/lib?.so'
1016local GuiLua = require 'GuiLua' 1015local GuiLua = require 'GuiLua'
1017 1016
1018 1017