diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-03 23:54:22 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-03 23:54:22 +0300 |
commit | 0a83358c046a2c83d07fc87ac23708a4f9032167 (patch) | |
tree | 6cf4c59c74a8f7e1dc2ad93ab8423b5442d05a08 | |
parent | 0232507c4f4195ad95eb383166cd8788564a0fba (diff) |
Adjust to new scope syntax
-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 447334f..f061cc4 100644 --- a/build/export.build +++ b/build/export.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2016-2017 Code Synthesis Ltd # license : PostgreSQL License; see accompanying COPYRIGHT file -$out_root/: +$out_root/ { include libpq/ } |