where does luarocks cache its working path?

for example, I have a rock with:

build = {
        type = "none",
        install = {
                lib = {
                        opengl = "opengl.so"
                },
        }
}


If I run luarocks make and am not in the directory where opengl.so is
located, I get errors despite the rockspec path I gave having the same
directory as opengl.so.  In other words, I'm trying to figure out how
to tell luarocks that opengl.so is next to the rockspec.

FWIW, I'm hacking on the luarocks source, so if there's a way through
any of the modules to affect where luarocks searches for this file
during the make command, I can definitely do that.

thanks!
wes

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to