summaryrefslogtreecommitdiff
path: root/ext/json/generator/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/generator/extconf.rb')
-rw-r--r--ext/json/generator/extconf.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/json/generator/extconf.rb b/ext/json/generator/extconf.rb
index e44890e2ed..60372ee558 100644
--- a/ext/json/generator/extconf.rb
+++ b/ext/json/generator/extconf.rb
@@ -18,7 +18,7 @@ else
return 0;
}
SRC
- $defs.push("-DENABLE_SIMD")
+ $defs.push("-DJSON_ENABLE_SIMD")
end
end
@@ -29,7 +29,7 @@ else
return 0;
}
SRC
- $defs.push("-DENABLE_SIMD")
+ $defs.push("-DJSON_ENABLE_SIMD")
end
have_header('cpuid.h')