Skip to content

Commit

Permalink
[java] fix resource copying on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nadako committed Jun 4, 2014
1 parent 869d20b commit d64dc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genjava.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2145,7 +2145,7 @@ let configure gen =
let full_path = gen.gcon.file ^ "/src/" ^ name in
mkdir_from_path full_path;

let f = open_out full_path in
let f = open_out_bin full_path in
output_string f v;
close_out f
) gen.gcon.resources;
Expand Down

0 comments on commit d64dc4c

Please sign in to comment.