Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN wget https://luarocks.org/releases/luarocks-3.7.0.tar.gz && tar xf luarocks-
RUN cd luarocks-3.7.0 && ./configure && make

FROM buildbase AS luajit
RUN git clone https://github.com/LuaJIT/LuaJIT && cd LuaJIT && git checkout 871db2c84ecefd70a850e03a6c340214a81739f0
RUN git clone https://github.com/LuaJIT/LuaJIT && cd LuaJIT && git checkout 2460b3ff93a1c955de3d62cfc825de7d68dc272e
RUN cd LuaJIT && make

FROM buildbase AS emmyluadebugger
Expand Down
Binary file modified runtime/SimpleGraphic.dll
Binary file not shown.
Binary file modified runtime/abseil_dll.dll
Binary file not shown.
Binary file modified runtime/fmt.dll
Binary file not shown.
Binary file modified runtime/glfw3.dll
Binary file not shown.
Binary file modified runtime/lcurl.dll
Binary file not shown.
Binary file modified runtime/libEGL.dll
Binary file not shown.
Binary file modified runtime/libGLESv2.dll
Binary file not shown.
Binary file modified runtime/libcurl.dll
Binary file not shown.
Binary file modified runtime/libwebpdecoder.dll
Binary file not shown.
Binary file modified runtime/lua-utf8.dll
Binary file not shown.
Binary file modified runtime/lua51.dll
Binary file not shown.
Binary file modified runtime/lzip.dll
Binary file not shown.
Binary file modified runtime/re2.dll
Binary file not shown.
Binary file modified runtime/socket.dll
Binary file not shown.
Binary file modified runtime/zlib1.dll
Binary file not shown.
Binary file modified runtime/zstd.dll
Binary file not shown.
Loading