Skip to content

Commit

Permalink
dune autoconfigure -prefix based on workspace_root not project_root
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Jan 15, 2025
1 parent ee7d0c0 commit 801c88a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/dune
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@
%{project_root}/dev/ocamldebug-coq.run
%{project_root}/dev/header.c
; Needed to generate include lists for coq_makefile
plugin_list
; used for the prefix
(env_var PWD))
(action (chdir %{project_root} (run %{project_root}/tools/configure/configure.exe -quiet -prefix ../install/default))))
plugin_list)
(action (chdir %{project_root} (run %{project_root}/tools/configure/configure.exe -quiet -prefix %{workspace_root}/../install/default))))

0 comments on commit 801c88a

Please sign in to comment.