Fix the interpretation of inside actions

This commit is contained in:
Jeremie Dimino 2017-03-08 15:28:32 +00:00
parent 8f78118ff5
commit 6ac0200d95
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ module Gen(P : Params) = struct
| dep1 :: _ -> Path (dep_exn var_name dep1)) | dep1 :: _ -> Path (dep_exn var_name dep1))
| "^" -> | "^" ->
Paths (List.map deps ~f:(dep_exn var_name)) Paths (List.map deps ~f:(dep_exn var_name))
| "ROOT" -> Path Path.root | "ROOT" -> Path ctx.build_dir
| _ -> | _ ->
match String_map.find var_name dollar_var_map with match String_map.find var_name dollar_var_map with
| Some s -> Str s | Some s -> Str s