Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Nov 15, 2024
1 parent 12dca9f commit 18d055e
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 @@ -100,7 +100,7 @@ packageTargets.append(.target(
publicHeadersPath: "api",
cSettings: [
.headerSearchPath("./"),
.define("S2N_NO_PQ")
.define("S2N_NO_PQ"),
// This is a hack to get around the fact that S2N uses the compiler option `-include`
// to include `s2n_prelude.h` in all .c files. Since SwiftPM doesn't support compiler flags,
// we manually define the macros from `s2n_prelude.h`. When SwiftPM supports compiler flags
Expand Down

0 comments on commit 18d055e

Please sign in to comment.