summaryrefslogtreecommitdiff
path: root/ruby-runner.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby-runner.c')
-rw-r--r--ruby-runner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby-runner.c b/ruby-runner.c
index 171f476b45..c991178193 100644
--- a/ruby-runner.c
+++ b/ruby-runner.c
@@ -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)