Skip to content

Commit

Permalink
Use dkml-runtime-common-native
Browse files Browse the repository at this point in the history
* The dkml-runtime-common is now for Dune-based builds
  • Loading branch information
jonahbeckford committed Nov 17, 2022
1 parent 95c3495 commit ffb8ce6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dkml-base-compiler.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "dkml-base-compiler"
# Composite version format is M.N.O~vA.B.C[~prelP]
# where:
# - M.N.O is OCaml compiler version
# - A.B.C is the DKML version of the extra-source dkml-runtime-common
# - A.B.C is the DKML version of the dkml-runtime-common
# - P is optional DKML prerelease version
# Examples:
# - 4.12.1~prerel69 (legacy format) < 4.12.1~v0.4.0 < 4.12.1~v0.4.1~prerel69 < 4.12.1~v0.4.1
Expand All @@ -26,7 +26,7 @@ depends: [
"base-bigarray" {post}
"base-threads" {post}

"dkml-runtime-common" {= "1.0.2~prerel9"}
"dkml-runtime-common-native" {= "1.0.2~prerel9"}
]
depopts: [
"ocaml-option-32bit"
Expand Down Expand Up @@ -58,7 +58,7 @@ build: [
# <dkmldir>/vendor/drc/
["install" "-d" "dkmldir/vendor/drc"]
# tar through pipe is essentially an rsync (without requiring rsync)
["sh" "-eufc" "tar cCf '%{dkml-runtime-common:lib}%/' - . | tar xCf dkmldir/vendor/drc/ -"]
["sh" "-eufc" "tar cCf '%{dkml-runtime-common-native:lib}%/' - . | tar xCf dkmldir/vendor/drc/ -"]

# <dkmldir>/vendor/dkml-compiler/
["install" "-d" "dkmldir/vendor/dkml-compiler/src" "dkmldir/vendor/dkml-compiler/env"]
Expand Down

0 comments on commit ffb8ce6

Please sign in to comment.