Skip to content

Commit 9fd0ddb

Browse files
airweenCopilot
andauthored
Fix libname
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ec2ee80 commit 9fd0ddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/find_lua.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ else
9393
lua_lib_path="${x}"
9494
lua_lib_name="${curr_lib}"
9595
break 2 # exit from two inner loops
96-
elif test -e "${x}/lib/${curr_lib}.${y}"; then
96+
elif test -e "${x}/lib/lib${curr_lib}.${y}"; then
9797
lua_lib_path="${x}/lib"
9898
lua_lib_name="${curr_lib}"
9999
break 2

0 commit comments

Comments
 (0)