From bcc1b7d5337b872403c122c5c5e3938ed83b471d Mon Sep 17 00:00:00 2001 From: gbenson Date: Thu, 21 Apr 2005 16:15:55 +0000 Subject: [PATCH] nativify is now aot-compile --- ant.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ant.spec b/ant.spec index 1f121ef..f8a654b 100644 --- a/ant.spec +++ b/ant.spec @@ -354,7 +354,7 @@ sh build.sh --noconfig jars javadocs # BC-compile the two core jars for jar in %{name} %{name}-launcher; do - nativify build/lib/$jar.jar build/lib/lib$jar.jar.so + aot-compile build/lib/$jar.jar build/lib/lib$jar.jar.so done # -----------------------------------------------------------------------------