Skip to content

Commit

Permalink
update native
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Oct 2, 2024
1 parent 7048c0d commit aa2a61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup_cairo_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 fix-clone-drop-for-enum-structs
make deps
make runtime
cp libcairo_native_runtime.a ../libcairo_native_runtime.a
Expand Down

0 comments on commit aa2a61c

Please sign in to comment.