Skip to content

Commit f44e300

Browse files
committed
Fix apps/examples/meson.build to build workers example
1 parent be213a5 commit f44e300

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

apps/examples/meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ fork = executable(
137137
]
138138
)
139139

140-
load_balancer = executable(
141-
'load_balancer',
142-
['load_balancer' / 'main.c'],
140+
workers = executable(
141+
'workers',
142+
['workers' / 'main.c'],
143143
dependencies: [
144144
libhsm_dep,
145145
libao_preemptive_dep,

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113

114114
"IWYU",
115115
"nasserts",
116+
"nworkers",
116117
],
117118
// flagWords - list of words to be always considered incorrect
118119
// This is useful for offensive words and common spelling errors.

0 commit comments

Comments
 (0)