Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
/MD instead of /MT
Browse files Browse the repository at this point in the history
  • Loading branch information
mascarenhas committed Feb 18, 2008
1 parent e80700f commit dd6bb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rockspecs/rings-cvs-3.rockspec
Expand Up @@ -34,7 +34,7 @@ build = {
type = "make",
build_variables = {
LUA_LIB = "$(LUA_LIBDIR)\\lua5.1.lib",
CFLAGS = "/MT $(CFLAGS) /I$(LUA_INCDIR)",
CFLAGS = "/MD $(CFLAGS) /I$(LUA_INCDIR)",
},
install_variables = {
LUA_LIBDIR = "$(LIBDIR)",
Expand Down

0 comments on commit dd6bb7a

Please sign in to comment.