diff options
author | polwex <polwex@sortug.com> | 2025-06-15 02:15:10 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-15 02:15:10 +0700 |
commit | 8b7ee88a6a4c7f1209ebe180241c928049a67162 (patch) | |
tree | 570a3860327df1d218a86952c2a54be104ae63f7 /bs5/universal/native/dune | |
parent | 69312f5133734237edaea6ca29e2de9bf3203050 (diff) |
well that was smooth
Diffstat (limited to 'bs5/universal/native/dune')
-rw-r--r-- | bs5/universal/native/dune | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bs5/universal/native/dune b/bs5/universal/native/dune index 942f192..158b58a 100644 --- a/bs5/universal/native/dune +++ b/bs5/universal/native/dune @@ -1,7 +1,7 @@ (include_subdirs unqualified) (library - (name demo_shared_native) + (name shared) (flags :standard -w -26-27) ; browser_only removes code form the server, making this warning necessary (libraries server-reason-react.react @@ -21,7 +21,7 @@ (preprocess (pps lwt_ppx - server-reason-react.melange.ppx + server-reason-react.melange_ppx server-reason-react.ppx server-reason-react.browser_ppx melange-json-native.ppx))) |