aboutsummaryrefslogtreecommitdiff
path: root/build/export.build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2025-02-17 10:55:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2025-02-17 10:55:59 +0200
commit2821b00295d871a9e285728c1fb2ad0d55130296 (patch)
tree5e4444c734af53c98a7f6d67f3317c1eaf8fed45 /build/export.build
parentb4eb01f725d60734cbe069aa8bfcd32779845cdc (diff)
Rename build2/ to b/ in preparation for adding other executables
Diffstat (limited to 'build/export.build')
-rw-r--r--build/export.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/export.build b/build/export.build
index 76c61b7..23cfe4b 100644
--- a/build/export.build
+++ b/build/export.build
@@ -5,10 +5,10 @@ if ($import.target == exe{b})
{
$out_root/
{
- include build2/
+ include b/
}
- export $out_root/build2/exe{b}
+ export $out_root/b/exe{b}
}
else
{