Skip to content

Commit f39712a

Browse files
authored
Fix missing LD flag for msvc makefile (#99)
1 parent d0baae9 commit f39712a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua-simdjson-scm-1.rockspec

+1
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)