mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
change ruby_process_options with ruby_options [4]
This commit is contained in:
@@ -470,10 +470,11 @@ int uwsgi_rack_init(){
|
||||
RUBY_INIT_STACK
|
||||
#endif
|
||||
ruby_init();
|
||||
ruby_init_loadpath();
|
||||
|
||||
#ifdef RUBY19
|
||||
ruby_options(argc, argv);
|
||||
#endif
|
||||
ruby_init_loadpath();
|
||||
|
||||
ruby_show_version();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user