Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
8e650ba2
Commit
8e650ba2
authored
Nov 02, 2015
by
POTTIER Francois
Browse files
Typo.
parent
23841569
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
8e650ba2
...
@@ -71,7 +71,7 @@ endif
...
@@ -71,7 +71,7 @@ endif
# performed). On the other hand, if the OCaml compiler is configured to
# performed). On the other hand, if the OCaml compiler is configured to
# produce a native Windows executable, then Cygwin is not there at execution
# produce a native Windows executable, then Cygwin is not there at execution
# time and path translation is required. In summary, path translation must be
# time and path translation is required. In summary, path translation must be
# performed if "os_type" is "Win32" or "Win64", and must not performed if
# performed if "os_type" is "Win32" or "Win64", and must not
be
performed if
# "os_type" is "Cygwin" or "Unix".
# "os_type" is "Cygwin" or "Unix".
ifneq
(,$(findstring "os_type: Win", "$(shell ocamlc -config | grep os_type)"))
ifneq
(,$(findstring "os_type: Win", "$(shell ocamlc -config | grep os_type)"))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment