mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Revert "Disable iseq-dumped builtin module for universal x86_64/arm64 binaries"
This reverts commit 1d5598fe0d
.
This commit is contained in:
parent
486b674e2a
commit
40d40a651e
5 changed files with 3 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "iseq.h"
|
||||
#include "builtin.h"
|
||||
|
||||
#if defined(CROSS_COMPILING) || defined(UNIVERSAL_BINARY)
|
||||
#ifdef CROSS_COMPILING
|
||||
|
||||
#define INCLUDED_BY_BUILTIN_C 1
|
||||
#include "mini_builtin.c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue