Skip to content

Commit

Permalink
fix working native in setup script (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat authored Oct 3, 2024
1 parent 7048c0d commit fe6735d
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 ae17dd370a7bbf6affeefb9fa6954965e8b52239
make deps
make runtime
cp libcairo_native_runtime.a ../libcairo_native_runtime.a
Expand Down

0 comments on commit fe6735d

Please sign in to comment.