We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
load
1 parent 68ee9cf commit 8e77532Copy full SHA for 8e77532
ext/json/ext/generator/extconf.rb
@@ -9,7 +9,7 @@
9
$defs << "-DJSON_DEBUG" if ENV["JSON_DEBUG"]
10
11
if enable_config('generator-use-simd', default=!ENV["JSON_DISABLE_SIMD"])
12
- require_relative "../simd/conf.rb"
+ load __dir__ + "/../simd/conf.rb"
13
end
14
15
create_makefile 'json/ext/generator'
ext/json/ext/parser/extconf.rb
append_cflags("-std=c99")
if enable_config('parser-use-simd', default=!ENV["JSON_DISABLE_SIMD"])
create_makefile 'json/ext/parser'
0 commit comments