Skip to content

Commit

Permalink
add C++ settings to tests target
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Nov 24, 2024
1 parent 9ba9c16 commit caf23c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ let package = Package(
dependencies: [
.target(name: "FlutterSwift"),
],
cxxSettings: platformCxxSettings,
swiftSettings: platformSwiftSettings,
linkerSettings: [
.unsafeFlags(FlutterUnsafeLinkerFlags, .when(platforms: [.macOS, .linux])),
Expand Down

0 comments on commit caf23c5

Please sign in to comment.