diff options
Diffstat (limited to 'build/export.build')
-rw-r--r-- | build/export.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/export.build b/build/export.build index 58b6799..6e1378c 100644 --- a/build/export.build +++ b/build/export.build @@ -4,7 +4,7 @@ $out_root/: { - include bpkg/ + include libbpkg/ } -export $out_root/bpkg/lib{bpkg} +export $out_root/libbpkg/lib{bpkg} |