ext/pyroscope/extconf.rb in pyroscope-0.0.14 vs ext/pyroscope/extconf.rb in pyroscope-0.0.16

- old
+ new

@@ -7,10 +7,10 @@ HEADER_DIRS = [INCLUDEDIR] LIB_DIRS = [LIBDIR, File.expand_path(File.join(File.dirname(__FILE__), "lib"))] -COMMIT = "a263249" +COMMIT = "3ad06ea" # TODO: this is not very accurate, but it works for now OS = RUBY_PLATFORM.include?("darwin") ? "mac" : "linux" ARCH = RUBY_PLATFORM.include?("arm64") ? "arm64" : "amd64"