Skip to content

Commit 7d8d1ee

Browse files
author
nitrocaster
committed
Fix luabind dll file name casing.
1 parent 2cc69fc commit 7d8d1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xrbinup.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if %cfg%==Debug (
6767
%cp_tool% %src%\CxImage.dll %dst%\CxImage.dll
6868
)
6969
%cp_tool% %src%\LuaJIT.dll %dst%\LuaJIT.dll
70-
%cp_tool% %src%\LuaBind.dll %dst%\LuaBind.dll
70+
%cp_tool% %src%\luabind.dll %dst%\luabind.dll
7171
%cp_tool% %src%\ODE.dll %dst%\ODE.dll
7272
%cp_tool% %src%\OpenAL32.dll %dst%\OpenAL32.dll
7373
%cp_tool% %src%\OpenAL32.dll %dst%\dedicated\OpenAL32.dll

0 commit comments

Comments
 (0)