Skip to content

Commit 6ff2cd8

Browse files
committed
Port fixes from esy-ocaml
1 parent 86c7ead commit 6ff2cd8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,11 @@ yacc/*.[ch] ocaml-typo=long-line,very-long-line,unused-prop
103103
*.precheck text eol=lf
104104
*.runner text eol=lf
105105

106+
clone-flexdll text eol=lf
106107
configure text eol=lf
108+
configure-windows text eol=lf
109+
esy-configure text eol=lf
110+
esy-build text eol=lf
107111
config/auto-aux/hasgot text eol=lf
108112
config/auto-aux/hasgot2 text eol=lf
109113
config/auto-aux/runtest text eol=lf

config/Makefile.mingw64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ BINDIR=$(PREFIX)/bin
3232
BYTERUN=ocamlrun
3333

3434
### Where to install the standard library
35-
LIBDIR=$(PREFIX)/lib
35+
LIBDIR=$(PREFIX)/lib/ocaml
3636

3737
### Where to install the stub DLLs
3838
STUBLIBDIR=$(LIBDIR)/stublibs

0 commit comments

Comments
 (0)