Skip to content

Commit 2b4a6c7

Browse files
committed
Merge pull request #352 from iNecas/native-extensions-building
Fix building using native extensions
2 parents 7b78cf2 + 06b11c5 commit 2b4a6c7

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)