luarocks / hererocks

Python script for installing Lua/LuaJIT and LuaRocks into a local directory
MIT License
71 stars 12 forks source link

Visual Studio 2019 patch #15

Closed ousttrue closed 2 years ago

ousttrue commented 3 years ago

This fix detects the installation of vc by vswhere and adds the environment variables INCLUDE, LIB, PATH from the run of vcvars64.bat.

I'm using VisualStudio2019BuildTools on Windows10(64bit)

Thank you !

hishamhm commented 2 years ago

@ousttrue Merged at last, thank you!