3rdparty: fix lua build under MSys (MinGW32)

This commit is contained in:
Thomas Bernard
2019-03-06 16:53:38 +01:00
parent d6a4c6e646
commit 26aa1826d5

1
3rdparty/Makefile vendored
View File

@@ -147,6 +147,7 @@ STRIP = strip
# Windows specific # Windows specific
ifdef COMSPEC ifdef COMSPEC
WIN32 = 1 WIN32 = 1
RANLIB = ranlib
endif endif
ifdef WIN32CROSS ifdef WIN32CROSS