Skip to content

Commit d995183

Browse files
Add darwin-arm64 binary for ReScript 12 compatibility (Pexp_function fix)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 554cb49 commit d995183

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

bin/graphql-ppx-darwin-arm64.exe

13.4 MB
Binary file not shown.

build_m1.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
# Build and copy to bin/ for darwin-arm64 (same as build_and_copy.sh on M1/M2).
23
esy b
34
mkdir -p bin
4-
cp _build/default/src/bin/bin.exe binaries/darwin-arm64/bin.exe
5+
cp _build/default/src/bin/bin.exe bin/graphql-ppx-darwin-arm64.exe
6+
chmod +x bin/graphql-ppx-darwin-arm64.exe

0 commit comments

Comments
 (0)