Skip to content

Commit

Permalink
Remove pointless commands in windows compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
blasti committed Aug 21, 2017
1 parent 72aeeb0 commit f9f6d53
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compile_with_mingw.bat
Expand Up @@ -12,10 +12,6 @@ set lib=%root%\lua\src
set include=%lib%
set hub=%root%\build_mingw\luadch


cd %openssl_libs%
copy ssleay32.a libssleay32.a

cd %root%\lua\src
echo Building lua.dll...
gcc -O2 -Wall -DLUA_BUILD_AS_DLL -DLUA_COMPAT_ALL -c *.c
Expand Down

0 comments on commit f9f6d53

Please sign in to comment.