• Jean-Philippe André's avatar
    Lua Extensions: implement fake "require" · 860b78b3
    Jean-Philippe André authored
    As the "descriptor" function is called with absolutely no libraries
    loaded, even the built-in "require" function is not present at scan
    time.
    This closes #3453.
    
    Note: this is a bit of a hack, but I prefer not to load any libs when
    scanning the available extensions
    
    Remove some useless debug, too
    860b78b3
extension.c 31.7 KB