Commit d475cf4
committed
Fix ngtcp2 Windows cross-build: use ENABLE_LIB_ONLY cmake flag
ngtcp2 CMakeLists.txt doesn't have an ENABLE_EXAMPLES option.
The correct flag to disable building examples is ENABLE_LIB_ONLY,
which is what nixpkgs itself uses for static/FreeBSD builds.1 parent e40108a commit d475cf4
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | | - | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
0 commit comments