Skip to content

Commit

Permalink
ci: fix swift package build regression
Browse files Browse the repository at this point in the history
  • Loading branch information
axxel committed Dec 31, 2024
1 parent 0bb732b commit f459792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.target(
name: "ZXingCppCore",
path: "core/src",
exclude: ["libzint"],
exclude: ["libzint", "ZXingC.cpp", "ZXingCpp.cpp"],
publicHeadersPath: ".",
cxxSettings: [
.define("ZXING_READERS")
Expand Down

0 comments on commit f459792

Please sign in to comment.