File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 2579
2579
</build >
2580
2580
2581
2581
<profiles >
2582
- <profile >
2583
- <id >os.linux</id >
2584
- <activation >
2585
- <os >
2586
- <family >!Mac</family >
2587
- </os >
2588
- </activation >
2589
- <properties >
2590
- <build .platform>${os.name} -${os.arch} -${sun.arch.data.model} </build .platform>
2591
- </properties >
2592
- </profile >
2593
- <profile >
2594
- <id >os.mac</id >
2595
- <activation >
2596
- <os >
2597
- <family >Mac</family >
2598
- </os >
2599
- </activation >
2600
- <properties >
2601
- <build .platform>Mac_OS_X-${sun.arch.data.model} </build .platform>
2602
- <!-- To make protoc work on Apple Silicon via fallback -->
2603
- <os .detected.classifier>osx-x86_64</os .detected.classifier>
2604
- </properties >
2605
- </profile >
2606
2582
<profile >
2607
2583
<id >native-win</id >
2608
2584
<activation >
You can’t perform that action at this time.
0 commit comments