Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit b912f92

Browse files
committed
update setup native
1 parent f25c4ce commit b912f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_cairo_native.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ install_cairo_native_runtime() {
120120
git clone https://github.com/lambdaclass/cairo_native.git
121121
pushd ./cairo_native || exit 1
122122
git fetch
123-
git checkout add-malloc-tracing
123+
git checkout eee6d1981531c5a4466f83ecf8c851feaa91a1c6
124124
make deps
125125
make runtime
126126
cp libcairo_native_runtime.a ../libcairo_native_runtime.a

0 commit comments

Comments
 (0)