mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
fix mistake in shims
This commit is contained in:
parent
3f035e7dc4
commit
75769e37b6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ let () =
|
|||
C.main ~name:"mkshims" (fun c ->
|
||||
let version = C.ocaml_config_var_exn c "version" in
|
||||
let major, minor = Scanf.sscanf version "%u.%u" (fun maj min -> maj, min) in
|
||||
print_endline (if (major, minor) >= (4,8) then shims_post_408 else shims_post_408))
|
||||
print_endline (if (major, minor) >= (4,8) then shims_post_408 else shims_pre_408))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue