Linearization / windows

This commit is contained in:
John Whitington 2014-11-24 14:05:07 +00:00
parent c76551e5a0
commit 491262c9e7
1 changed files with 1 additions and 1 deletions

View File

@ -22,10 +22,10 @@ let call_cpdflin cpdflin temp output best_password =
cpdflin ^ " --linearize " ^ " --password=" ^ best_password ^ " " ^
Filename.quote temp ^ " " ^ Filename.quote output
in
match Sys.os_type with
"Win32" ->
(* On windows, don't use LD_LIBRARY_PATH - it will happen automatically *)
print_endline command;
Sys.command command
| _ ->
(* On other platforms, if -cpdflin was provided, or cpdflin was in the