Skip to content

Commit

Permalink
refactor: move ocaml commands to own folder (ocaml#6833)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg committed Jan 6, 2023
1 parent f2c1062 commit 1c84d1b
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(include_subdirs unqualified)

(executable
(name main)
(public_name dune)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion boot/duneboot.ml
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ let assemble_libraries { local_libraries; target = _, main; _ } =
String.capitalize_ascii
(Filename.chop_extension (Filename.basename main))
in
(dir, Some namespace, false, None)
(dir, Some namespace, true (* enable (include_subdirs unqualified *), None)
in
local_libraries @ [ task_lib ]
in
Expand Down

0 comments on commit 1c84d1b

Please sign in to comment.