Skip to content

Commit

Permalink
[build] Fix use of plugin aliases in findlib loading.
Browse files Browse the repository at this point in the history
Newer Coq will raise a warning here, as the acc_tactics build setup is
`-warn-on-error` we do fix this now, backwards compatible.
  • Loading branch information
ejgallego committed May 4, 2024
1 parent d29656d commit 04e6672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/AAC.v
Original file line number Diff line number Diff line change
Expand Up @@ -960,4 +960,4 @@ Section t.

End t.

Declare ML Module "aac_plugin:coq-aac-tactics.plugin".
Declare ML Module "coq-aac-tactics.plugin".

0 comments on commit 04e6672

Please sign in to comment.