Skip to content

Commit 06b11c5

Browse files
committed
Fix building using native extensions
1 parent 7b78cf2 commit 06b11c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/concurrent/extconf.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'fileutils'
22

3+
$:.unshift(File.expand_path('../../../lib', __FILE__))
34
require 'concurrent/utility/native_extension_loader'
45

56
EXTENSION_NAME = 'extension'

0 commit comments

Comments
 (0)