2
0
Эх сурвалжийг харах

Revert "3rdparty: do not check for INCLUDE"

This reverts commit 52f4b29311c8a7fb239ef013304461a1ba1a5207.
Daniele Bartolini 6 жил өмнө
parent
commit
7fd56c8cf6

+ 2 - 0
3rdparty/luajit/src/msvcbuild.bat

@@ -11,6 +11,8 @@
 @rem
 @rem
 @rem Then cd to this directory and run this script.
 @rem Then cd to this directory and run this script.
 
 
+@if not defined INCLUDE goto :FAIL
+
 @setlocal
 @setlocal
 @set LJCOMPILE=cl /nologo /c /O2 /W3 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_STDIO_INLINE=__declspec(dllexport)__inline
 @set LJCOMPILE=cl /nologo /c /O2 /W3 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_STDIO_INLINE=__declspec(dllexport)__inline
 @set LJLINK=link /nologo
 @set LJLINK=link /nologo