Skip to content

Commit

Permalink
Fix the windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Heuzard committed Mar 15, 2023
1 parent ff37936 commit 6ec3aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
* text=auto

configure text eol=lf
config.guess text eol=lf
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ checklib()
rm -f tmp.ml tmp.out
echo "" > tmp.ml
r=1
$ocamlc -custom -ccopt "$ccopt $ldflags $cclib" tmp.ml -cclib -l$1 -o tmp.out >/dev/null 2>/dev/null || r=0
$ocamlc -custom -ccopt "$ldflags $cclib" tmp.ml -cclib -l$1 -o tmp.out >/dev/null 2>/dev/null || r=0
if test ! -x tmp.out; then r=0; fi
rm -f tmp.out tmp.ml tmp.cmi tmp.cmo
if test $r -eq 0; then echo "not found"; else echo "found"; fi
Expand Down

0 comments on commit 6ec3aa3

Please sign in to comment.