Skip to content

Commit

Permalink
do not include fusion
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Sep 30, 2024
1 parent 25cd9b9 commit e5fc9a0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions quicly.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
0829877026D372B70053638F /* cc-pico.c in Sources */ = {isa = PBXBuildFile; fileRef = 082195072683498900E3EFCF /* cc-pico.c */; };
0829877126D372B70053638F /* frame.c in Sources */ = {isa = PBXBuildFile; fileRef = E99F8C251F4E9EBF00C26B3D /* frame.c */; };
0829877226D372B70053638F /* recvstate.c in Sources */ = {isa = PBXBuildFile; fileRef = E920D21D1F43E05000799777 /* recvstate.c */; };
0829877326D372B70053638F /* fusion.c in Sources */ = {isa = PBXBuildFile; fileRef = E9B43E11246943D300824E51 /* fusion.c */; };
0829877426D372B70053638F /* defaults.c in Sources */ = {isa = PBXBuildFile; fileRef = E98042352244A5D7008B9745 /* defaults.c */; };
0829877526D372B70053638F /* streambuf.c in Sources */ = {isa = PBXBuildFile; fileRef = E9D3CCCE21D22F4300516202 /* streambuf.c */; };
0829877626D372B70053638F /* pembase64.c in Sources */ = {isa = PBXBuildFile; fileRef = E93E54681F663849001C50FE /* pembase64.c */; };
Expand Down Expand Up @@ -117,7 +116,6 @@
E99F8C261F4E9EBF00C26B3D /* frame.c in Sources */ = {isa = PBXBuildFile; fileRef = E99F8C251F4E9EBF00C26B3D /* frame.c */; };
E99F8C271F4E9F5D00C26B3D /* frame.c in Sources */ = {isa = PBXBuildFile; fileRef = E99F8C251F4E9EBF00C26B3D /* frame.c */; };
E99F8C291F4EAEF800C26B3D /* frame.c in Sources */ = {isa = PBXBuildFile; fileRef = E99F8C281F4EAEF800C26B3D /* frame.c */; };
E9B43E12246943D300824E51 /* fusion.c in Sources */ = {isa = PBXBuildFile; fileRef = E9B43E11246943D300824E51 /* fusion.c */; };
E9CC44111EB85E0B00DC7D3E /* khash.h in Headers */ = {isa = PBXBuildFile; fileRef = E9CC44101EB85E0B00DC7D3E /* khash.h */; };
E9CC441B1EC195DF00DC7D3E /* openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = E98448271EA48D0000390927 /* openssl.c */; };
E9CC441C1EC195DF00DC7D3E /* picotls.c in Sources */ = {isa = PBXBuildFile; fileRef = E98448281EA48D0000390927 /* picotls.c */; };
Expand Down Expand Up @@ -786,7 +784,6 @@
0829877126D372B70053638F /* frame.c in Sources */,
0829877226D372B70053638F /* recvstate.c in Sources */,
08B3297D29407097009D6766 /* hpke.c in Sources */,
0829877326D372B70053638F /* fusion.c in Sources */,
0829877426D372B70053638F /* defaults.c in Sources */,
086001CB273271E80043886F /* rate.c in Sources */,
0829877526D372B70053638F /* streambuf.c in Sources */,
Expand Down Expand Up @@ -851,7 +848,6 @@
082195092683498900E3EFCF /* cc-pico.c in Sources */,
E941428D23B0B839002D3CE0 /* frame.c in Sources */,
E941429123B0B86D002D3CE0 /* recvstate.c in Sources */,
E9B43E12246943D300824E51 /* fusion.c in Sources */,
E941428E23B0B845002D3CE0 /* defaults.c in Sources */,
E941429023B0B861002D3CE0 /* streambuf.c in Sources */,
0829878F26E03D4D0053638F /* rate.c in Sources */,
Expand Down Expand Up @@ -927,7 +923,6 @@
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
"QUICLY_USE_EMBEDDED_PROBES=1",
"QUICLY_HAVE_FUSION=1",
);
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "-lcrypto";
Expand All @@ -941,7 +936,6 @@
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
"QUICLY_USE_EMBEDDED_PROBES=1",
"QUICLY_HAVE_FUSION=1",
);
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "-lcrypto";
Expand Down

0 comments on commit e5fc9a0

Please sign in to comment.