diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-03 23:51:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-03 23:51:23 +0300 |
commit | 4bf5e3245a1c10968938dc6f47b75ee816f48082 (patch) | |
tree | 8cf238a741e9c27a7f5d6fb6e3dfd9493b8d0b92 /libmprint/build | |
parent | b860dc7f5b12ac53ecf92875612e44b448c831f4 (diff) |
Adjust to new scope syntax
Diffstat (limited to 'libmprint/build')
-rw-r--r-- | libmprint/build/export.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmprint/build/export.build b/libmprint/build/export.build index 25c9281..15e482a 100644 --- a/libmprint/build/export.build +++ b/libmprint/build/export.build @@ -1,4 +1,4 @@ -$out_root/: +$out_root/ { include libmprint/ } |