diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-03 15:27:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-03 15:27:29 +0200 |
commit | 5e45a3d5a6a284f098ad4feccb8bb22c6a4ca30d (patch) | |
tree | 7b937d08191bdaea81aafdbd7200d03f5d1cf0c9 /build/export.build | |
parent | 9e89d3920a74f59b78f6edfaec5b9fac4b635b0d (diff) |
Adjust to new scope syntax
Diffstat (limited to 'build/export.build')
-rw-r--r-- | build/export.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/export.build b/build/export.build index ef0b5b5..dd3da68 100644 --- a/build/export.build +++ b/build/export.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2016-2017 Code Synthesis Ltd # license : ISC; see accompanying COPYING file -$out_root/: +$out_root/ { include libpkgconf/ } |