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
CHARGUERAUD Arthur
cfml
Commits
7a23d090
Commit
7a23d090
authored
Nov 06, 2014
by
POTTIER Francois
Browse files
Modified the generator to find its standard library in ../lib/ocaml.
parent
7e3d0bd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
generator/main.ml
View file @
7a23d090
...
...
@@ -52,7 +52,7 @@ let _ =
(* todo: improve the path to mystdlib *)
let
gen_dir
=
Filename
.
dirname
Sys
.
argv
.
(
0
)
in
if
not
!
no_mystd_include
then
Clflags
.
include_dirs
:=
(
gen_dir
^
"/caml
lib
"
)
::!
Clflags
.
include_dirs
;
then
Clflags
.
include_dirs
:=
(
gen_dir
^
"/
../lib/o
caml"
)
::!
Clflags
.
include_dirs
;
trace
"1) parsing of command line"
;
if
List
.
length
!
files
<>
1
then
...
...
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