File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ not sufficient to just say `libprimary`.
178
178
For us, it's much easier to just link a static ` libsecondary ` into a shared
179
179
` libprimary ` . Especially because in our case, we are linking against a dummy
180
180
` libprimary ` anyway that we'll throw away. We don't care if the end-user has a
181
- static or dynamic ` libseconday ` , that's not our concern. With a static
182
- ` libseconday ` , when we need to link ` libprimary ` into our executable, there's no
181
+ static or dynamic ` libsecondary ` , that's not our concern. With a static
182
+ ` libsecondary ` , when we need to link ` libprimary ` into our executable, there's no
183
183
dependency chain to worry about as ` libprimary ` has all the symbols.
184
184
185
185
## Build targets:
You can’t perform that action at this time.
0 commit comments