From 74c4b648cb0a29a8ca29681d5144eca295ed2cf7 Mon Sep 17 00:00:00 2001 From: Kun Zhang Date: Wed, 1 Apr 2015 16:32:21 -0700 Subject: Make cross-compilation possible --- protoc-artifacts/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protoc-artifacts/pom.xml') 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 @@ ${basedir}/target/protoc.exe - ${os.detected.classifier} + ${os.detected.name}-${os.detected.arch} exe -- cgit v1.2.3