samyeyo / LuaRT

Open source Windows programming framework for Lua
https://www.luart.org
Other
285 stars 17 forks source link

Makefile errors when building with MSYS2 #2

Open samyeyo opened 1 year ago

samyeyo commented 1 year ago

LuaRT won't compile on MSYS2. The error in the makefile seems to be related to the use of \ in paths, where msys2 expects unix paths with /

samyeyo commented 1 year ago

The best way to resolve this is to develop a specific Makefile for MSYS subsystem

RSupreme4 commented 1 year ago

It works fine with MingW32. That is the supported platform I think.