diff options
author | xengineering <me@xengineering.eu> | 2025-07-26 11:35:32 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-07-26 19:02:33 +0200 |
commit | c2e22305d9af9c10f7f5e168088d62af360c8c2d (patch) | |
tree | 58d6c4f1fbc34023b360b86227b5e06f34ecf3fb /pcb/meson.build | |
parent | aa5cd7b1e22f4165ad47d9042a0d6e8d1adee6e7 (diff) | |
download | iot-contact-c2e22305d9af9c10f7f5e168088d62af360c8c2d.tar iot-contact-c2e22305d9af9c10f7f5e168088d62af360c8c2d.tar.zst iot-contact-c2e22305d9af9c10f7f5e168088d62af360c8c2d.zip |
Only build tar archive by default
Everything else is implicitly build by default since it should
contribute to the tar archive.
Diffstat (limited to 'pcb/meson.build')
-rw-r--r-- | pcb/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pcb/meson.build b/pcb/meson.build index 4feecce..7483cd0 100644 --- a/pcb/meson.build +++ b/pcb/meson.build @@ -18,7 +18,6 @@ schematic = custom_target( meson.current_source_dir() / 'iot-contact.kicad_sch', ], depend_files: schematic_files, - build_by_default: true, ) bom = custom_target( @@ -34,7 +33,6 @@ bom = custom_target( meson.current_source_dir() / 'iot-contact.kicad_sch', ], depend_files: schematic_files, - build_by_default: true, ) fs = import('fs') |