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.
1 parent 7b78cf2 commit 06b11c5Copy full SHA for 06b11c5
ext/concurrent/extconf.rb
@@ -1,5 +1,6 @@
1
require 'fileutils'
2
3
+$:.unshift(File.expand_path('../../../lib', __FILE__))
4
require 'concurrent/utility/native_extension_loader'
5
6
EXTENSION_NAME = 'extension'
0 commit comments