Skip to content

Commit d8d7ca7

Browse files
committed
Test for dir.
1 parent d97539b commit d8d7ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RSpec::Core::RakeTask.new(:spec)
33

44
desc "Build H3 C library"
55
task :build do
6-
unless File.exist?("ext/h3/src/build/Makefile")
6+
unless Dir.exist?("ext/h3/src/build")
77
`git submodule update --init --recursive`
88
print "Building h3..."
99
`cd ext/h3; make > /dev/null 2>&1`

0 commit comments

Comments
 (0)