We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d120d4 commit e05ee78Copy full SHA for e05ee78
Rakefile
@@ -3,7 +3,7 @@ RSpec::Core::RakeTask.new(:spec)
3
4
desc "Build H3 C library"
5
task :build do
6
- unless File.exists?("ext/h3/src/Makefile")
+ unless File.exist?("ext/h3/src/Makefile")
7
`git submodule update --init --recursive`
8
print "Building h3..."
9
`cd ext/h3; make > /dev/null 2>&1`
0 commit comments