Skip to content
Snippets Groups Projects
Commit f2a2b5ca authored by Andre Maroneze's avatar Andre Maroneze Committed by Virgile Prevosto
Browse files

update due to changes in frama-c/frama-c!3129

parent 13718eb3
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ let () =
module C_std_headers =
String(
struct
let default = Fc_config.datadir ^ "/libc"
let default = (Fc_config.datadir:>string) ^ "/libc"
let option_name = "-cxx-cstdlib-path"
let help = "<path> where to look for C standard headers \
(default: Frama-C libc in " ^ default ^ ")"
......@@ -126,7 +126,7 @@ module C_std_headers =
module Cxx_std_headers =
String(
struct
let default = Fc_config.datadir ^ "/frama-clang/libc++"
let default = (Fc_config.datadir:>string) ^ "/frama-clang/libc++"
let option_name = "-cxx-c++stdlib-path"
let help = "<path> where to look for C++ standard headers \
(default: FClang libc++ in " ^ default ^ ")"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment