Skip to content

Commit 952fd02

Browse files
committed
change paths again for ruby
1 parent ad898f2 commit 952fd02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wrappers/ruby/ext/ldl/ext_ldl/extconf.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
require 'mkmf'
22

33
# get from this file back to project root
4-
project_root = File.join(File.dirname(__FILE__), "..","..","..","..")
4+
#project_root = File.join(File.dirname(__FILE__), "..","..","..","..")
5+
project_root = File.expand_path(File.join(File.dirname(__FILE__), "..","..","..","..",".."))
56

67
$srcs = Dir[File.join(__dir__, "*.c")]
78
$srcs += Dir[File.join(project_root, "src", "*.c")]

0 commit comments

Comments
 (0)