nativify is now aot-compile
This commit is contained in:
parent
03de6c4cb0
commit
bcc1b7d533
2
ant.spec
2
ant.spec
@ -354,7 +354,7 @@ sh build.sh --noconfig jars javadocs
|
|||||||
|
|
||||||
# BC-compile the two core jars
|
# BC-compile the two core jars
|
||||||
for jar in %{name} %{name}-launcher; do
|
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
|
done
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user