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

Commit 3cdaa9b

Browse files
committed
up native
1 parent ed43a81 commit 3cdaa9b

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 fix-array-get-drop
123+
git checkout add-malloc-tracing
124124
make deps
125125
make runtime
126126
cp libcairo_native_runtime.a ../libcairo_native_runtime.a

0 commit comments

Comments
 (0)