This commit is contained in:
Jeremie Dimino 2017-07-17 12:49:48 +01:00
parent b7ccc320fa
commit 71c748860d
2 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,9 @@
- Fix useless hint when all missing dependencies are optional (#137)
- Fix a bug preventing one from generating `META.pkg.template` with a
custom rule (#190)
1.0+beta10 (08/06/2017)
-----------------------

View File

@ -766,7 +766,7 @@ Add it to your jbuild file to remove this warning.
let template =
if has_meta_tmpl then
let meta_templ_path = Path.relative pkg.path meta_templ_fn in
let meta_templ_path = Path.relative path meta_templ_fn in
Build.lines_of meta_templ_path
else
Build.return ["# JBUILDER_GEN"]