Skip to content

Commit

Permalink
Add Linux and Darwin to installer list
Browse files Browse the repository at this point in the history
Part of #80
  • Loading branch information
jonahbeckford committed Nov 25, 2023
1 parent c58aa0c commit c98fafd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions dkml-installer-ocaml-network.opam
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ install: [
# Later can add Dune cross-compiler to get Darwin ARM64.
"--abi=windows_x86"
"--abi=windows_x86_64"
# "--abi=linux_x86"
# "--abi=linux_x86_64"
# "--abi=darwin_x86_64"
"--abi=linux_x86"
"--abi=linux_x86_64"
"--abi=darwin_x86_64"
"--abi=darwin_arm64"

"--work-dir"
"%{_:share}%/w"
Expand Down
7 changes: 4 additions & 3 deletions dkml-installer-ocaml-network.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ install: [
# Later can add Dune cross-compiler to get Darwin ARM64.
"--abi=windows_x86"
"--abi=windows_x86_64"
# "--abi=linux_x86"
# "--abi=linux_x86_64"
# "--abi=darwin_x86_64"
"--abi=linux_x86"
"--abi=linux_x86_64"
"--abi=darwin_x86_64"
"--abi=darwin_arm64"

"--work-dir"
"%{_:share}%/w"
Expand Down

0 comments on commit c98fafd

Please sign in to comment.