We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3684315 commit cf42b85Copy full SHA for cf42b85
libosdp-sys/build.rs
@@ -158,14 +158,14 @@ fn main() -> Result<()> {
158
build = build
159
.define("CONFIG_OSDP_PACKET_TRACE", "1")
160
.file("vendor/utils/src/pcap_gen.c")
161
- .file("vendor/src/osdp_pcap.c");
+ .file("vendor/src/osdp_diag.c");
162
}
163
164
if cfg!(feature = "data_trace") {
165
166
.define("CONFIG_OSDP_DATA_TRACE", "1")
167
168
169
170
171
let short_enums = build.get_compiler().is_like_gnu() || build.get_compiler().is_like_clang();
0 commit comments