mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
* version.c (RUBY_LIB, RUBY_*_LIB): moved from configures.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
695c32a028
commit
ccf67667b8
8 changed files with 36 additions and 30 deletions
|
@ -21,7 +21,7 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef RUBY_LIB
|
||||
#ifndef RUBY_LIB_PREFIX
|
||||
#include "ruby/config.h"
|
||||
#ifdef RUBY_EXTCONF_H
|
||||
#include RUBY_EXTCONF_H
|
||||
|
|
|
@ -12,7 +12,7 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef RUBY_LIB
|
||||
#ifndef RUBY_LIB_PREFIX
|
||||
#include "ruby/config.h"
|
||||
#include "ruby/defines.h"
|
||||
#ifdef RUBY_EXTCONF_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue