diff options
| author | Emilio Jesus Gallego Arias | 2018-01-09 23:07:05 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-01-09 23:07:05 +0100 |
| commit | 27539f205893ee736c408fdfce7aa4c33b1678c9 (patch) | |
| tree | 8ce17249d3981b428e85c757e1a8a6d184752244 | |
| parent | 15bcba0cb00ef759169d2ef7c3cbc21b57f133d2 (diff) | |
[meta] Fix typo on Coq's META file following #6444.
| -rw-r--r-- | META.coq | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,8 +43,8 @@ package "lib" ( requires = "coq.clib, coq.config" - archive(byte) += "lib.cma" - archive(native) += "lib.cmxa" + archive(byte) = "lib.cma" + archive(native) = "lib.cmxa" ) |
