[jffi-next] 05/22: Set run.jvm.model to empty if it is not set
Tim Potter
tpot-guest at moszumanska.debian.org
Wed Mar 4 04:51:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
tpot-guest pushed a commit to tag 0.6.0.1
in repository jffi-next.
commit 414dab1732cb98da231e4d2b56ad54b95611eb87
Author: Wayne Meissner <wmeissner at gmail.com>
Date: Thu Sep 24 09:03:59 2009 +1000
Set run.jvm.model to empty if it is not set
---
build.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/build.xml b/build.xml
index 621572d..8fc52b6 100644
--- a/build.xml
+++ b/build.xml
@@ -88,6 +88,9 @@
<os arch="sparc"/>
</or>
</condition>
+ <condition property="run.jvm.model" value="">
+ <not><isset property="run.jvm.model"/></not>
+ </condition>
<property name="run.jvmargs" value="${run.jvm.model} -Djffi.library.path=build/jni -Djffi.boot.library.path=build/jni"/>
</target>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jffi-next.git
More information about the pkg-java-commits
mailing list