From ce4b5be9480643d7378d934ba7dca2ddbecde2ee Mon Sep 17 00:00:00 2001 From: gregorypierce Date: Sun, 23 Nov 2003 15:23:13 +0000 Subject: Added not conditional for isUnix since OSX is part of the osFamily unix and this would result in the Unix/Linux version of OpenAL being built and throwing errors. With this change, the OSX version builds and runs properly (though not without some warnings from the C compile). Issue number: Obtained from: Submitted by: Gregory Pierce Reviewed by: git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@74 03bf7f67-59de-4072-a415-9a990d468a3f --- src/native/build.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/native/build.xml b/src/native/build.xml index 61a93b3..0d26f42 100644 --- a/src/native/build.xml +++ b/src/native/build.xml @@ -47,7 +47,12 @@ - + + + + + + -- cgit v1.2.3