1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Give the MJIT header path name

Give the whole MJIT header path name by preloaded shared library
mjit_build_dir.so, than building the path from a given directory
name and the embedded base name.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-12-08 01:50:39 +00:00
parent 2301054a99
commit e15d9d86df
3 changed files with 33 additions and 42 deletions

View file

@ -10,7 +10,7 @@
#include "ruby/config.h"
#ifdef MAKE_MJIT_BUILD_DIR
const char MJIT_BUILD_DIR[] = BUILDDIR;
const char MJIT_HEADER[] = BUILDDIR "/" MJIT_MIN_HEADER;
#else
#define STRINGIZE(expr) STRINGIZE0(expr)