/usr/lib/cli/Tao.Lua-5.1/Tao.Lua.dll.config is in libtaoframework-lua5.1-cil 2.1.svn20090801-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | <configuration>
<dllmap dll="lua5.1.dll" os="windows" target="lua5.1.dll" />
<dllmap dll="lua5.1.dll" os="osx" target="liblua5.1.so.0" />
<dllmap dll="lua5.1.dll" os="!windows,osx" target="liblua5.1.so.0" />
</configuration>
|