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 1eb73b7..0151425 100644 --- a/build/export.build +++ b/build/export.build @@ -1,6 +1,6 @@ $out_root/: { - include hello/ + include libhello/ } -export $out_root/hello/lib{hello} +export $out_root/libhello/lib{hello} |