diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2025-02-17 10:55:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2025-02-17 10:55:59 +0200 |
commit | 2821b00295d871a9e285728c1fb2ad0d55130296 (patch) | |
tree | 5e4444c734af53c98a7f6d67f3317c1eaf8fed45 /build/export.build | |
parent | b4eb01f725d60734cbe069aa8bfcd32779845cdc (diff) |
Rename build2/ to b/ in preparation for adding other executables
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 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 { |