[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lua 5.2 : wrong DLL name and missing .pc file
- From: Vincent Torri <vincent.torri@...>
- Date: Sun, 21 Mar 2010 09:03:27 +0100
Hey,
I've downloaded lua-5.2.0-work2.tar.gz and I have remarked that the name of the DLL that is generated is lua51.dll and not lua52.dll. It's just a matter of changing "LUA_A=lua51.dll" to "LUA_A=lua52.dll" in src/Makefile
Also, I have searched in the whole tarball and i didn't see any .pc file. Is it normal ?
thank you