mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Support cc_added_args again
This support was accidentally removed in 818d6d3336
.
This commit is contained in:
parent
a218cbdf31
commit
4aca078bda
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ compile_c_to_so(const char *c_file, const char *so_file)
|
|||
NULL
|
||||
};
|
||||
|
||||
char **args = form_args(6, CC_LDSHARED_ARGS, CC_CODEFLAG_ARGS,
|
||||
char **args = form_args(7, CC_LDSHARED_ARGS, CC_CODEFLAG_ARGS, cc_added_args,
|
||||
options, CC_LIBS, CC_DLDFLAGS_ARGS, CC_LINKER_ARGS);
|
||||
if (args == NULL)
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue