Skip to content

Commit b968ac4

Browse files
committed
Fix missing LD flag for msvc makefile
1 parent d0baae9 commit b968ac4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua-simdjson-scm-1.rockspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ build = {
3535
build_variables = {
3636
LUA_LIBDIR="$(LUA_LIBDIR)",
3737
LUALIB="$(LUALIB)",
38+
LD="$(LD)",
3839
}
3940
}
4041
}

0 commit comments

Comments
 (0)