Skip to content

Commit 6bd3380

Browse files
committed
Updated build.bat to also copy lua51.dll
1 parent 6af415f commit 6bd3380

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ RMDIR /s /q build
44
MKDIR build
55
glue.exe ./srlua.exe prometheus-main.lua build/prometheus.exe
66
robocopy ./src ./build/lua /E>nul
7+
copy ./lua51.dll ./build/lua51.dll
78
ECHO Done!

0 commit comments

Comments
 (0)