File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ FSMOCAMLOBJS = \
1313FSMCOBJS = \
1414 bytearray_stubs$(OBJ_EXT ) \
1515 system/system_win_stubs$(OBJ_EXT ) lwt/lwt_unix_stubs$(OBJ_EXT )
16- FSMOCAMLLIBS =bigarray.cma unix.cma
16+ FSMOCAMLLIBS =unix.cma
1717
1818ifeq ($(NATIVE ) , true)
1919 FSMCAMLOBJS =$(subst .cmo,.cmx, $(FSMOCAMLOBJS ) )
Original file line number Diff line number Diff line change @@ -225,12 +225,8 @@ let followPred = Pred.create "follow"
225225 The syntax of \\ ARG{pathspec} is \
226226 described in \\ sectionref{pathspec}{Path Specification}." )
227227
228- let winHasReadlink =
229- Scanf. sscanf Sys. ocaml_version " %d.%d.%d" (fun x y z -> x > 4 || x = 4 && y > = 3 )
230-
231228let followLink path =
232- (Util. osType = `Unix || Util. isCygwin || winHasReadlink)
233- && Pred. test followPred (toString path)
229+ Pred. test followPred (toString path)
234230
235231let forceLocal p = p
236232let makeGlobal p = p
You can’t perform that action at this time.
0 commit comments