ext/pyroscope/extconf.rb in pyroscope-0.0.2 vs ext/pyroscope/extconf.rb in pyroscope-0.0.3

- old
+ new

@@ -7,10 +7,10 @@ HEADER_DIRS = [INCLUDEDIR] LIB_DIRS = [LIBDIR, File.expand_path(File.join(File.dirname(__FILE__), "lib"))] -COMMIT = "7a919f4" +COMMIT = "cf107e7" # 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"