Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
remove languages/lua in LUA_PBCPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Sep 6, 2009
1 parent ceec3db commit 8239b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/luapackage.pir
Expand Up @@ -65,8 +65,8 @@ LIST
_loaders[$P2] = loader_PBCroot

setpath(_package, 'path', 'LUA_PATH', './?.lua;src/lib/?.lua')
# setpath(_package, 'pbcpath', 'LUA_PBCPATH', 'languages/lua/library/?.pbc;./?.pbc;./?.pir')
setpath(_package, 'pbcpath', 'LUA_PBCPATH', 'languages/lua/library/?.pbc;lua/?.pbc;./?.pbc;./?.pir')
# setpath(_package, 'pbcpath', 'LUA_PBCPATH', './?.pbc;./?.pir')
setpath(_package, 'pbcpath', 'LUA_PBCPATH', 'lua/?.pbc;./?.pbc;./?.pir')

.local pmc _lua__REGISTRY
_lua__REGISTRY = get_hll_global '_REGISTRY'
Expand Down

0 comments on commit 8239b69

Please sign in to comment.