Skip to content

Commit df26392

Browse files
Disable runtimes
1 parent f566f28 commit df26392

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

runtimes/dune

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
; Python runtime
1111

12-
(install
13-
(files
14-
(glob_files_rec
15-
(python/** with_prefix runtime_python)))
16-
(section lib))
12+
; (install ;
13+
; (files ;
14+
; (glob_files_rec ;
15+
; (python/** with_prefix runtime_python))) ;
16+
; (section lib)) ;
1717

1818
;; ; Rescript runtime -- disabled
1919
;;
@@ -23,9 +23,9 @@
2323
;; (rescript/** with_prefix runtime_rescript)))
2424
;; (section lib))
2525

26-
(install
27-
(files
28-
(c/catala_runtime.a as runtime_c/libcatala_runtime.a)
29-
(c/dates_calc.h as runtime_c/dates_calc.h)
30-
(c/runtime.h as runtime_c/catala_runtime.h))
31-
(section lib))
26+
; (install ;
27+
; (files ;
28+
; (c/catala_runtime.a as runtime_c/libcatala_runtime.a) ;
29+
; (c/dates_calc.h as runtime_c/dates_calc.h) ;
30+
; (c/runtime.h as runtime_c/catala_runtime.h)) ;
31+
; (section lib)) ;

0 commit comments

Comments
 (0)