Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit c21544c

Browse files
Don't Install Binaries from Bin Directory (#10)
1 parent f5714d7 commit c21544c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

meson.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ executable(
5353
link_with: [misra_std],
5454
c_args: common_c_args,
5555
include_directories: inc_misra,
56-
install: true
56+
install: false
5757
)
5858

5959
executable(
@@ -62,7 +62,7 @@ executable(
6262
link_with: [misra_std],
6363
c_args: common_c_args,
6464
include_directories: inc_misra,
65-
install: true
65+
install: false
6666
)
6767

6868
executable(
@@ -71,7 +71,7 @@ executable(
7171
link_with: [misra_std],
7272
c_args: common_c_args,
7373
include_directories: inc_misra,
74-
install: true
74+
install: false
7575
)
7676

7777
executable(
@@ -80,7 +80,7 @@ executable(
8080
link_with: [misra_std],
8181
c_args: common_c_args,
8282
include_directories: inc_misra,
83-
install: true
83+
install: false
8484
)
8585

8686
# Include tests

0 commit comments

Comments
 (0)