Commit bbc4316
Fix definition of OAPV_STATIC_DEFINE in the pkg-config for static only builds
The check in oapv.h will fail otherwise on builds with no shared libs, as
oapv_exports.h is not installed and OAPV_STATIC_DEFINE will be defined only if
pkg-config is invoked with --static.
Signed-off-by: James Almer <jamrial@gmail.com>1 parent c9d4f24 commit bbc4316
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
176 | 183 | | |
177 | 184 | | |
178 | 185 | | |
| |||
0 commit comments