Skip to content

Commit cf4514e

Browse files
remove luaossl
1 parent fe1cd55 commit cf4514e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build/buildmsvc_lua53.bat

-9
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,3 @@ cmake --build . --config Release --target INSTALL
188188
if %errorlevel% neq 0 exit /b %errorlevel%
189189
cd ..\..
190190

191-
cd ravi-luaossl
192-
rmdir build /s /q
193-
mkdir build
194-
cd build
195-
cmake -DCMAKE_INSTALL_PREFIX=c:/Software/lua53 -DUSE_LUA53=ON ..
196-
if %errorlevel% neq 0 exit /b %errorlevel%
197-
cmake --build . --config Release --target INSTALL
198-
if %errorlevel% neq 0 exit /b %errorlevel%
199-
cd ..\..

0 commit comments

Comments
 (0)