diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-05 14:20:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-05 14:20:37 +0200 |
commit | 0c66ded0eb8a609b588e013e9143b95e6c11a079 (patch) | |
tree | a43dbf20479f92bbdf3005da7a9256d89afaf400 /mod/buildfile | |
parent | c3471f2bb830cdab2f28df3f57048968a9332d78 (diff) |
Add backlink to module
Diffstat (limited to 'mod/buildfile')
-rw-r--r-- | mod/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/buildfile b/mod/buildfile index c6b9d63..eb2668b 100644 --- a/mod/buildfile +++ b/mod/buildfile @@ -4,6 +4,7 @@ define mod: libs mod{*}: bin.lib.prefix = mod_ +mod{*}: backlink = true # Backlink in forwarded configurations. mod{*}: install = libexec/ import libs = libodb%lib{odb} |