Skip to content

Commit

Permalink
Disable runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-botbol committed Dec 19, 2024
1 parent f566f28 commit df26392
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions runtimes/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

; Python runtime

(install
(files
(glob_files_rec
(python/** with_prefix runtime_python)))
(section lib))
; (install ;
; (files ;
; (glob_files_rec ;
; (python/** with_prefix runtime_python))) ;
; (section lib)) ;

;; ; Rescript runtime -- disabled
;;
Expand All @@ -23,9 +23,9 @@
;; (rescript/** with_prefix runtime_rescript)))
;; (section lib))

(install
(files
(c/catala_runtime.a as runtime_c/libcatala_runtime.a)
(c/dates_calc.h as runtime_c/dates_calc.h)
(c/runtime.h as runtime_c/catala_runtime.h))
(section lib))
; (install ;
; (files ;
; (c/catala_runtime.a as runtime_c/libcatala_runtime.a) ;
; (c/dates_calc.h as runtime_c/dates_calc.h) ;
; (c/runtime.h as runtime_c/catala_runtime.h)) ;
; (section lib)) ;

0 comments on commit df26392

Please sign in to comment.