|
|
@ -10,9 +10,7 @@ let ( ^/ ) = Filename.concat
|
|
|
|
|
|
|
|
|
|
|
|
let sources =
|
|
|
|
let sources =
|
|
|
|
let src_dirs =
|
|
|
|
let src_dirs =
|
|
|
|
(* if you update the list of source directories, do not forget to also update .merlin *)
|
|
|
|
( if facebook then
|
|
|
|
"."
|
|
|
|
|
|
|
|
:: ( if facebook then
|
|
|
|
|
|
|
|
(* do not use the symlinks in src/facebook/: jbuilder will not detect that the files have changed if they are hidden behind a symlink *)
|
|
|
|
(* do not use the symlinks in src/facebook/: jbuilder will not detect that the files have changed if they are hidden behind a symlink *)
|
|
|
|
"../../facebook/skel/infer/src/facebook"
|
|
|
|
"../../facebook/skel/infer/src/facebook"
|
|
|
|
else "opensource" )
|
|
|
|
else "opensource" )
|
|
|
|