From 2fcdfa6e9bc78dfd805c5d9cec1c06007aa5fd12 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 11 Nov 2018 23:22:53 +0000 Subject: [PATCH] `MJIT_BUILD_DIR` is not used on Windows Because `LOAD_RELATIVE` is always enabled on Windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 - 1 file changed, 1 deletion(-) diff --git a/win32/Makefile.sub b/win32/Makefile.sub index f81af2d55c..ebbb6d9078 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1352,7 +1352,6 @@ mjit_config.h: #define RUBY_MJIT_CONFIG_H 1 #define MJIT_CONFIG_ESCAPED_EQ "=" -#define MJIT_BUILD_DIR "$(MAKEDIR)" #define MJIT_PRECOMPILED_HEADER_NAME "/$(MJIT_HEADER_INSTALL_DIR)/$(MJIT_PRECOMPILED_HEADER_NAME)" <