Skip to content

Commit

Permalink
Merge pull request coq#424 from MSoegtropIMC/add-back-metacoq-rm
Browse files Browse the repository at this point in the history
Opam: coq-metacoq-template: add back the 'rm _PluginProject' fix
  • Loading branch information
MSoegtropIMC authored Jul 24, 2024
2 parents 0956664 + 6e54f2b commit 4a04a4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ license: "MIT"
patches: [ "Fix make issues Coq Platform CI.patch" ]
build: [
["bash" "./configure.sh"]
["rm" "-f" "template-coq/_PluginProject" "template-coq/_TemplateCoqProject"]
[make "-j" "%{jobs}%" "template-coq"]
]
install: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ license: "MIT"
patches: [ "Fix make issues Coq Platform CI.patch" ]
build: [
["bash" "./configure.sh"]
["rm" "-f" "template-coq/_PluginProject" "template-coq/_TemplateCoqProject"]
[make "-j" "%{jobs}%" "template-coq"]
]
install: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ license: "MIT"
patches: [ "Fix make issues Coq Platform CI.patch" ]
build: [
["bash" "./configure.sh"]
["rm" "-f" "template-coq/_PluginProject" "template-coq/_TemplateCoqProject"]
[make "-j" "%{jobs}%" "-C" "template-coq"]
]
install: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ license: "MIT"
patches: [ "Fix make issues Coq Platform CI.patch" ]
build: [
["bash" "./configure.sh"]
["rm" "-f" "template-coq/_PluginProject" "template-coq/_TemplateCoqProject"]
[make "-j" "%{jobs}%" "-C" "template-coq"]
]
install: [
Expand Down

0 comments on commit 4a04a4d

Please sign in to comment.