aboutsummaryrefslogtreecommitdiffhomepage
path: root/protoc-artifacts/pom.xml
diff options
context:
space:
mode:
authorGravatar Kun Zhang <zhangkun@google.com>2015-04-01 16:23:15 -0700
committerGravatar Kun Zhang <zhangkun@google.com>2015-04-01 16:23:15 -0700
commitc8eda8e9d8e91a94b7e060b4a0d3ef21f4224a5a (patch)
treeb52cdc823080e58b5e4b9b2e9469eb17df2b057a /protoc-artifacts/pom.xml
parente499956536ca12f151715b8f9f79739df9da15ff (diff)
Run make protoc(.exe) instead of just make, because the latter fails on Cygwin with mingw gcc; build-protoc.sh works under Cygwin; build-protoc.sh will use the --host parameter consistent with what os-maven-plugin has detected
Diffstat (limited to 'protoc-artifacts/pom.xml')
-rw-r--r--protoc-artifacts/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/protoc-artifacts/pom.xml b/protoc-artifacts/pom.xml
index f7bc8818..2536cad6 100644
--- a/protoc-artifacts/pom.xml
+++ b/protoc-artifacts/pom.xml
@@ -57,6 +57,8 @@
<executable>bash</executable>
<arguments>
<argument>build-protoc.sh</argument>
+ <argument>${os.detected.name}</argument>
+ <argument>${os.detected.arch}</argument>
</arguments>
</configuration>
</plugin>