File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ under the License.
211211 <includes >
212212 <include >libcomet.dylib</include >
213213 <include >libcomet.so</include >
214+ <include >comet.dll</include >
214215 </includes >
215216 <targetPath >org/apache/comet/${platform} /${arch} </targetPath >
216217 </resource >
Original file line number Diff line number Diff line change @@ -477,6 +477,20 @@ under the License.
477477 </properties >
478478 </profile >
479479
480+ <profile >
481+ <id >Win-amd64</id >
482+ <activation >
483+ <os >
484+ <family >Windows</family >
485+ <arch >amd64</arch >
486+ </os >
487+ </activation >
488+ <properties >
489+ <platform >win32</platform >
490+ <arch >amd64</arch >
491+ </properties >
492+ </profile >
493+
480494 <profile >
481495 <id >Darwin-x86</id >
482496 <activation >
You can’t perform that action at this time.
0 commit comments