Skip to content

Commit

Permalink
Temporary disable the build of zstandard
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 11, 2020
1 parent 2477638 commit 2623579
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions zstandard/src/dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
(library (name zstandard) (public_name zstandard) (c_names zstd_stubs)
(c_flags (:standard \ -Werror -pedantic -Wall -Wunused) -w)
(c_library_flags :standard -lzstd)
(libraries core core_kernel.iobuf zstd_bindings ctypes.stubs ctypes)
(preprocess (pps ppx_jane)))
; This can't be built due to a broken dependency on zstd
; (library (name zstandard) (public_name zstandard) (c_names zstd_stubs)
; (c_flags (:standard \ -Werror -pedantic -Wall -Wunused) -w)
; (c_library_flags :standard -lzstd)
; (libraries core core_kernel.iobuf zstd_bindings ctypes.stubs ctypes)
; (preprocess (pps ppx_jane)))

(rule (targets zstd_generated.ml zstd_stubs.c)
(deps (:first_dep ../gen/zstd_gen.exe)) (action (bash ./%{first_dep})))
Expand Down

0 comments on commit 2623579

Please sign in to comment.