Skip to content

Commit

Permalink
better native naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Aug 15, 2024
1 parent d3c6e5d commit 4afc0bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ppx/native/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
ppx_deriving_json_runtime
ppx_deriving_json_native_test)
(libraries ppxlib)
(ppx_runtime_libraries melange-json.ppx-native-runtime)
(ppx_runtime_libraries melange-json.ppx-runtime-native)
(preprocess
(pps ppxlib.metaquot))
(kind ppx_deriver))

(library
(public_name melange-json.ppx-native-runtime)
(public_name melange-json.ppx-runtime-native)
(name ppx_deriving_json_native_runtime)
(wrapped false)
(modules ppx_deriving_json_runtime)
Expand Down

0 comments on commit 4afc0bc

Please sign in to comment.