ext/pyroscope/extconf.rb in pyroscope-0.0.9 vs ext/pyroscope/extconf.rb in pyroscope-0.0.10
- old
+ new
@@ -7,10 +7,10 @@
HEADER_DIRS = [INCLUDEDIR]
LIB_DIRS = [LIBDIR, File.expand_path(File.join(File.dirname(__FILE__), "lib"))]
-COMMIT = "5a6a823"
+COMMIT = "24effc7"
# 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"