aboutsummaryrefslogtreecommitdiffhomepage
path: root/protoc-artifacts/pom.xml
diff options
context:
space:
mode:
authorGravatar Kun Zhang <zhangkun@google.com>2015-04-01 16:32:21 -0700
committerGravatar Kun Zhang <zhangkun@google.com>2015-04-01 16:32:21 -0700
commit74c4b648cb0a29a8ca29681d5144eca295ed2cf7 (patch)
treeac797bbfc7d41694ceab3780d51e9ee5b4a25153 /protoc-artifacts/pom.xml
parentc8eda8e9d8e91a94b7e060b4a0d3ef21f4224a5a (diff)
Make cross-compilation possible
Diffstat (limited to 'protoc-artifacts/pom.xml')
-rw-r--r--protoc-artifacts/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protoc-artifacts/pom.xml b/protoc-artifacts/pom.xml
index 2536cad6..7db7b53d 100644
--- a/protoc-artifacts/pom.xml
+++ b/protoc-artifacts/pom.xml
@@ -77,7 +77,7 @@
<artifacts>
<artifact>
<file>${basedir}/target/protoc.exe</file>
- <classifier>${os.detected.classifier}</classifier>
+ <classifier>${os.detected.name}-${os.detected.arch}</classifier>
<type>exe</type>
</artifact>
</artifacts>