From 918d8f851f710c0d9ab3492caf0dd79e384652bf Mon Sep 17 00:00:00 2001 From: jrandom <jrandom> Date: Fri, 14 Oct 2005 15:05:26 +0000 Subject: [PATCH] 2005-10-14 jrandom * More explicit filter for linux/PPC building (thanks anon!) --- build.xml | 3 +++ history.txt | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index ae6624ee73..5c2fff5a7d 100644 --- a/build.xml +++ b/build.xml @@ -52,6 +52,9 @@ <condition property="noExe"> <os arch="x86_64" /> </condition> + <condition property="noExe"> + <os arch="ppc" /> + </condition> <condition property="noExe"> <os arch="amd64" /> </condition> diff --git a/history.txt b/history.txt index 3d21f6d56a..12405c0d9e 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,7 @@ -$Id: history.txt,v 1.294 2005/10/13 21:15:40 jrandom Exp $ +$Id: history.txt,v 1.295 2005/10/14 08:48:05 jrandom Exp $ + +2005-10-14 jrandom + * More explicit filter for linux/PPC building (thanks anon!) * 2005-10-14 0.6.1.3 released -- GitLab