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 ec930b1..0c38d80 100644 --- a/build/export.build +++ b/build/export.build @@ -4,7 +4,7 @@ $out_root/: { - include brep/ + include libbrep/ } -export $out_root/brep/lib{brep} +export $out_root/libbrep/lib{brep} |