From 8de83bc68b308b0fc90a2264f647933c769096f9 Mon Sep 17 00:00:00 2001 From: enitrat Date: Thu, 3 Oct 2024 18:56:48 +0200 Subject: [PATCH] fix working native in setup script --- scripts/setup_cairo_native.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup_cairo_native.sh b/scripts/setup_cairo_native.sh index 1cf59c89..4f310174 100755 --- a/scripts/setup_cairo_native.sh +++ b/scripts/setup_cairo_native.sh @@ -120,6 +120,7 @@ install_cairo_native_runtime() { git clone https://github.com/lambdaclass/cairo_native.git pushd ./cairo_native || exit 1 git fetch + git checkout ae17dd370a7bbf6affeefb9fa6954965e8b52239 make deps make runtime cp libcairo_native_runtime.a ../libcairo_native_runtime.a