From 1928e178a1367067c45e185f8debe0b97207973c Mon Sep 17 00:00:00 2001 From: enitrat Date: Thu, 10 Oct 2024 15:05:51 +0200 Subject: [PATCH] update setup native --- scripts/setup_cairo_native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_cairo_native.sh b/scripts/setup_cairo_native.sh index b0bab56b..d64d3300 100755 --- a/scripts/setup_cairo_native.sh +++ b/scripts/setup_cairo_native.sh @@ -120,7 +120,7 @@ install_cairo_native_runtime() { git clone https://github.com/lambdaclass/cairo_native.git pushd ./cairo_native || exit 1 git fetch - git checkout add-malloc-tracing + git checkout eee6d1981531c5a4466f83ecf8c851feaa91a1c6 make deps make runtime cp libcairo_native_runtime.a ../libcairo_native_runtime.a